Use webserver image (fix port).

This commit is contained in:
jeff 2022-03-13 20:50:51 -07:00
parent 8f8eae8554
commit 62408b766a

View File

@ -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"]