Skip to content

Commit

Permalink
added port forwarding
Browse files Browse the repository at this point in the history
  • Loading branch information
robgruen committed Nov 19, 2024
1 parent c3db0c9 commit fce98b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ts/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ RUN apt install -y gnome-keyring
#COPY --from=prod-deps /app/node_modules /app/node_modules
#COPY --from=build /app/dist /app/dist

EXPOSE 3000
EXPOSE 80:3000
EXPOSE 3443
EXPOSE 3030
EXPOSE 3030:3030
EXPOSE 3734
CMD [ "pnpm", "start" ]

0 comments on commit fce98b6

Please sign in to comment.