frontend dev env fix

This commit is contained in:
2019-03-22 18:00:56 +01:00
parent fd351bd8db
commit 7645c8724d
4 changed files with 4 additions and 7 deletions

View File

@@ -1,7 +1,7 @@
.PHONY: build-container dev prod info
IMGNAME = vue_frontend
CONNAME = vue-frontend
IMGNAME = vue-frontend
CONNAME = vue_frontend
all: info