Fix deployment for fly.io
This commit is contained in:
@@ -10,4 +10,6 @@ FROM amazoncorretto:17-alpine
|
||||
COPY --from=build /app/web/dist/ /web/dist/
|
||||
COPY --from=build /app/target/scala-2.13/WeatherTool-assembly-0.1.1-SNAPSHOT.jar /app.jar
|
||||
|
||||
VOLUME /app/data
|
||||
|
||||
CMD ["java", "-jar", "/app.jar"]
|
||||
|
||||
Reference in New Issue
Block a user