Skip to content

Commit

Permalink
k,adzl
Browse files Browse the repository at this point in the history
  • Loading branch information
JulesGresset committed Dec 18, 2024
1 parent 7d6b258 commit 17184f8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ COPY package*.json ./
RUN npm install
COPY . .
RUN npm run build
EXPOSE 4000
EXPOSE 3000
CMD ["npm", "run", "start:prod"]
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ services:
container_name: backend
build: .
ports:
- "4000:4000"
- "80:3000"
volumes:
- .:/app
- /app/node_modules
Expand Down

0 comments on commit 17184f8

Please sign in to comment.