prismarine-web-client/.dockerignore
dada513 4d4b32e8de
Added docker support, made config dynamic (#108)
* Made config.json dynamic

* added docker support

* Fixed dockerfile npm install error

* fixed line ends

* Revert "Made config.json dynamic"

This reverts commit 5cb413b9aa.

* config.json is now loaded dynamically

* Made dynamic config work on github page

* config is now dynamically copied

* removed sync-request dependency

Co-authored-by: d513 <ogoniasty513@gmail.com>
2021-03-21 17:14:14 +01:00

5 lines
No EOL
133 B
Text

# we dont want default config to be loaded in the dockerfile, but rather using a volume
config.json
# build stuff
node_modules
public