Blaze serves also static index.html and bundle.js
This commit is contained in:
+1
-1
@@ -1,6 +1,6 @@
|
||||
FROM amazoncorretto:17-alpine
|
||||
|
||||
COPY ./web /web
|
||||
COPY ./web/dist/bundle.js ./web/dist/index.html /web/dist/
|
||||
COPY ./target/scala-2.13/WeatherTool-assembly-0.1.1-SNAPSHOT.jar /app.jar
|
||||
|
||||
VOLUME /data
|
||||
|
||||
Reference in New Issue
Block a user