Scala depends on node

This commit is contained in:
Guntis Smaukstelis
2025-03-02 22:03:27 +02:00
parent 6237788486
commit a3048d7cb3
4 changed files with 7 additions and 9 deletions
-3
View File
@@ -7,9 +7,6 @@ RUN sbt clean assembly
FROM amazoncorretto:17-alpine
COPY --from=build /app/web/dist/ /web/dist/
COPY --from=build /app/target/scala-2.13/app.jar /app.jar
VOLUME /data
CMD ["java", "-jar", "app.jar"]