Use webserver image (fix port).
This commit is contained in:
parent
8f8eae8554
commit
62408b766a
@ -20,4 +20,4 @@ WORKDIR /app
|
||||
# Copy over static website files
|
||||
COPY --from=build-website /src/public /app/public
|
||||
|
||||
ENTRYPOINT ["./static-web-server", "-rootDir", "public", "-port", "8080"]
|
||||
ENTRYPOINT ["./static-web-server", "-rootDir", "public", "-port", "80"]
|
||||
|
Loading…
Reference in New Issue
Block a user