Skip to content

Commit

Permalink
chore: remove exposed port
Browse files Browse the repository at this point in the history
  • Loading branch information
nwittstruck committed Jan 7, 2024
1 parent 546ed92 commit aff86f9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 0 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,4 @@ RUN yarn install --production && yarn cache clean
COPY pm2.production.json /excalidraw-room/
COPY --from=production_buildstage /excalidraw-room/dist /excalidraw-room/dist

EXPOSE 8080

CMD ["pm2-runtime", "/excalidraw-room/pm2.production.json"]
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
"@typescript-eslint/eslint-plugin": "4.16.1",
"@typescript-eslint/parser": "4.16.1",
"eslint": "7.21.0",
"cross-env": "^7.0.3",
"eslint-config-prettier": "8.1.0",
"eslint-plugin-prettier": "3.3.1",
"prettier": "2.2.1",
Expand Down

0 comments on commit aff86f9

Please sign in to comment.