Skip to content

Commit

Permalink
fix: ci
Browse files Browse the repository at this point in the history
  • Loading branch information
afzw committed Jun 1, 2024
1 parent 7880b6b commit 374d85f
Show file tree
Hide file tree
Showing 3 changed files with 7,794 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ ARG WORKDIR=/app/express-server

WORKDIR ${WORKDIR}

COPY ./dist/ ${WORKDIR}/
COPY ./build/ ${WORKDIR}/

EXPOSE 9000

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"module-alias": "^2.2.3",
"moment": "^2.29.4",
"mongodb": "^4.1.4",
"mongoose": "~6.9.1",
"mongoose": ">=6.11.3",
"morgan": "^1.10.0",
"multer": "^1.4.5-lts.1",
"node-schedule": "^2.1.1",
Expand Down
Loading

0 comments on commit 374d85f

Please sign in to comment.