This commit is contained in:
Jörn-Michael Miehe 2020-09-05 17:02:06 +02:00
parent 2fd73ea77a
commit 9c043c16e1
2 changed files with 2 additions and 2 deletions

View file

@ -5,7 +5,7 @@ services:
build: ./docker build: ./docker
restart: "no" restart: "no"
volumes: volumes:
- "${PWD}:/srv/vue/lenaisten_bday" - "${PWD}:/srv/vue/bday2020"
ports: ports:
- 8000:8000 - 8000:8000
- 8080:8080 - 8080:8080

View file

@ -1,5 +1,5 @@
{ {
"name": "lenaisten_bday", "name": "bday2020",
"version": "0.1.0", "version": "0.1.0",
"private": true, "private": true,
"scripts": { "scripts": {