Expose the web port in docker (#125)

This commit is contained in:
Eric Lathrop 2023-04-17 23:22:30 -04:00 committed by GitHub
parent ed51e25303
commit fd359d1115
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ RUN mkdir -p /opt/fasten/db \
#########################################################################################################
FROM gcr.io/distroless/static-debian11
EXPOSE 8080
WORKDIR /opt/fasten/
COPY --from=backend-build /opt/fasten/ /opt/fasten/
COPY --from=frontend-build /usr/src/fastenhealth/dist /opt/fasten/web