mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-08 16:53:54 +01:00
ac8565d820
Assuming docker engine is installed, it is now possible to run the dev server using 'docker-compose up --build' or run the production version using 'docker build -t bitburner . && docker run -it -p 8000:80 bitburner'.
15 lines
139 B
Plaintext
15 lines
139 B
Plaintext
node_modules/
|
|
|
|
.git
|
|
.gitattributes
|
|
.gitignore
|
|
.editorconfig
|
|
|
|
.dockerignore
|
|
Dockerfile
|
|
docker-compose.yml
|
|
|
|
*.md
|
|
Quotes.txt
|
|
netscript_tests/
|