Skip to content

Commit

Permalink
ci(npcs): update
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaosen7 committed Jul 31, 2024
1 parent 6d6e399 commit 944552c
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 @@ -56,4 +56,4 @@ WORKDIR /app/${APP_DIR}

EXPOSE 8080

CMD ["sh", "-c", "pnpx http-server"]
CMD ["sh", "-c", "nodee server.js"]
2 changes: 1 addition & 1 deletion db.docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ services:
- 5432:5432

volumes:
- ./volumes/pgdata:/var/lib/postgresql/data
- ./node_modules/.cache/pgdata:/var/lib/postgresql/data

# system: PostgreSql
# server: postgres
Expand Down

0 comments on commit 944552c

Please sign in to comment.