recipes-front/Makefile

7 lines
200 B
Makefile
Raw Permalink Normal View History

2023-11-15 10:09:34 +02:00
run:
npm run dev -- --host
2024-01-31 13:52:27 +02:00
docker_build:
docker build -t registry.computernetthings.ru/recipes/front . && docker image prune -f
docker_push:
docker push registry.computernetthings.ru/recipes/front