Navigation Menu

Skip to content

Commit

Permalink
Add webserver directory
Browse files Browse the repository at this point in the history
  • Loading branch information
Derpthemeus committed Dec 15, 2019
1 parent 1532f27 commit 9420874
Show file tree
Hide file tree
Showing 62 changed files with 9 additions and 12 deletions.
5 changes: 0 additions & 5 deletions .gitignore
@@ -1,8 +1,3 @@
/node_modules/
/npm-debug.log
/.vscode/
/private/
/js/
/highscoreData.json
/staticData/
/.env
2 changes: 1 addition & 1 deletion docker-compose.dev.yml
@@ -1,6 +1,6 @@
# Overrides for running in development.
version: "3.6"
services:
cml:
webserver:
ports:
- "8080:8080"
4 changes: 2 additions & 2 deletions docker-compose.yml
@@ -1,8 +1,8 @@
version: "3.6"
services:
cml:
webserver:
build:
context: ./
context: ./webserver
volumes:
- "staticData:/cml/staticData/"
- "highscoreData:/cml/highscoreData"
Expand Down
5 changes: 1 addition & 4 deletions .dockerignore → webserver/.dockerignore
@@ -1,7 +1,4 @@
node_modules/
.vscode/
private/
js/
highscoreData.json
staticData/
.git/
node_modules/
5 changes: 5 additions & 0 deletions webserver/.gitignore
@@ -0,0 +1,5 @@
/js/
/staticData/
/highscoreData.json
/node_modules/
/npm-debug.log
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 9420874

Please sign in to comment.