Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        

## WORKING AROUND
* source ./start-container.sh

## NOTE FOR TEAM

We 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