Files
sensor-web-v2/Makefile
Marco Crapts 2c1df319e6
All checks were successful
continuous-integration/drone/push Build is passing
update test command
2023-12-04 23:36:15 +01:00

7 lines
158 B
Makefile

build:
docker build -t sensor-web-v2 .
run: build
docker run --rm -d -p 8080:8080 sensor-web-v2
test: build
docker run --rm sensor-web-v2 npm run test:ci