Skip to content

Commit

Permalink
ci(monorepo): 👷 its fixed! just need to export the correct port on th…
Browse files Browse the repository at this point in the history
…e container...
  • Loading branch information
a-luna committed Jul 5, 2023
1 parent c373893 commit 32c578e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/portfolio/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ COPY --from=dev /root/monorepo/${DEPS_PATH}/package.json ${DEPS_PATH}
COPY --from=dev /root/monorepo/${PACKAGE_PATH}/build ${PACKAGE_PATH}/build
COPY --from=dev /root/monorepo/${PACKAGE_PATH}/node_modules ${PACKAGE_PATH}/node_modules
COPY --from=dev /root/monorepo/${PACKAGE_PATH}/package.json ${PACKAGE_PATH}
EXPOSE 3000
EXPOSE 4173
ARG API_KEY
ARG WAKATIME_API_KEY
ENV API_KEY=$API_KEY
Expand Down

0 comments on commit 32c578e

Please sign in to comment.