7 lines
234 B
Makefile
7 lines
234 B
Makefile
|
start:
|
||
|
npx live-server . --port=3131
|
||
|
|
||
|
# In case of certificate error: `docker service update captain-registry --force`
|
||
|
# see https://github.com/caprover/caprover/issues/1693
|
||
|
deploy:
|
||
|
npx caprover deploy -a jeu-laser -b main --default
|