Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alvachon/docker_transcendence
a baby one
https://github.com/alvachon/docker_transcendence
Last synced: about 2 months ago
JSON representation
a baby one
- Host: GitHub
- URL: https://github.com/alvachon/docker_transcendence
- Owner: alvachon
- Created: 2023-09-17T02:52:53.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-18T14:29:24.000Z (over 1 year ago)
- Last Synced: 2023-09-18T19:47:56.133Z (over 1 year ago)
- Language: Shell
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## WORKING AROUND
* source ./start-container.sh
## NOTE FOR TEAMWe have 6 files in this repo now. Here's how they work together:
* start-container.sh -> build and run Dockerfile dependencies
* Dockerfile -> compile main.ts into a main.js then call package.json
* package.json is called via start yarn and execute main.js.
* A hello World will be printed on the Command Line inside the Docker.
* start-container.sh will delete the docker image because I just want to show you something simple that is running for now.## NOTE
Since no volumes is attributed and we delete evrything each run, you can't see the compiled stuff that stay in the docker (pakage-lock.json, Node-Module/, main.js...). But eventually, we need to keep in mind that we will need to put that stuff in an object directory and think about cleaning it and adding that stuff into the .gitignore file