Move frontend into front end folder. Add build stuff to proto file. Finaly figured out the Vue bullshit.
This commit is contained in:
@@ -5,7 +5,7 @@ services:
|
||||
rush-character-archive:
|
||||
build:
|
||||
context: ./
|
||||
dockerfile: ./rush-character-archive/Dockerfile
|
||||
dockerfile: ./frontend/Dockerfile
|
||||
command: npm run dev
|
||||
networks:
|
||||
- rush-character-net
|
||||
@@ -14,14 +14,14 @@ services:
|
||||
develop:
|
||||
watch:
|
||||
- action: sync
|
||||
path: ./rush-character-archive
|
||||
target: /srv/rush-character-archive
|
||||
path: ./frontend
|
||||
target: /srv/frontende
|
||||
ignore:
|
||||
- node_modules
|
||||
- action: rebuild
|
||||
path: ./rush-character-archive/package.json
|
||||
path: ./frontend/package.json
|
||||
- action: rebuild
|
||||
path: ./rush-character-archive/Dockerfile
|
||||
path: ./frontend/Dockerfile
|
||||
vault:
|
||||
build:
|
||||
context: ./
|
||||
|
||||
Reference in New Issue
Block a user