Expose the web port in docker (#125)
This commit is contained in:
parent
ed51e25303
commit
fd359d1115
|
@ -43,7 +43,7 @@ RUN mkdir -p /opt/fasten/db \
|
||||||
#########################################################################################################
|
#########################################################################################################
|
||||||
FROM gcr.io/distroless/static-debian11
|
FROM gcr.io/distroless/static-debian11
|
||||||
|
|
||||||
|
EXPOSE 8080
|
||||||
WORKDIR /opt/fasten/
|
WORKDIR /opt/fasten/
|
||||||
COPY --from=backend-build /opt/fasten/ /opt/fasten/
|
COPY --from=backend-build /opt/fasten/ /opt/fasten/
|
||||||
COPY --from=frontend-build /usr/src/fastenhealth/dist /opt/fasten/web
|
COPY --from=frontend-build /usr/src/fastenhealth/dist /opt/fasten/web
|
||||||
|
|
Loading…
Reference in New Issue