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