Simplify project structure (wip), run tsc during compilation

This commit is contained in:
2020-07-27 19:38:29 -04:00
parent cd9e555e86
commit 304c063887
454 changed files with 2022 additions and 4939 deletions

View File

@@ -3,4 +3,4 @@ COPY /. /app/
WORKDIR /app
RUN mvn package
WORKDIR /app/target
CMD ["java", "-jar", "/app/target/server-1.4a.jar"]
CMD ["java", "-jar", "/app/target/server-1.6a.jar"]