https://github.com/ricardomrcruz/thebadcorner_docker
https://github.com/ricardomrcruz/thebadcorner_docker
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ricardomrcruz/thebadcorner_docker
- Owner: ricardomrcruz
- Created: 2024-02-13T23:06:42.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-14T20:01:57.000Z (over 1 year ago)
- Last Synced: 2025-02-15T11:27:55.302Z (8 months ago)
- Language: TypeScript
- Size: 64.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.MD
Awesome Lists containing this project
README
to docker compose whole project:
docker-compose up --buildto run the backend dockerfile
command:
docker run -p 4001:4001 tgc-backendto clearDB, you need to enter the backend container and run the command:
docker exec -it #containerID sh
and then:
npm run resetDB
to run the front_boilerplate
command:
docker run -p 3000:3000 tgc-frontend_boilerplate