Skip to content
Snippets Groups Projects
Commit 5d859e9b authored by Lars Mikkel Lødeng Nilsen's avatar Lars Mikkel Lødeng Nilsen
Browse files

Merge branch 'fix/Makefile' into 'dev'

Fix/makefile

See merge request !41
parents a6a69a94 f0229c37
No related branches found
No related tags found
Loading
Pipeline #281025 passed
.PHONY: build run .PHONY: build run run-dev unit e2e clean-docker
build-docker: build-docker:
docker build -t sparesti_frontend . docker build -t sparesti_frontend .
run-docker: run-docker:
docker run -p 5173:5173 sparesti_frontend docker run --rm --name sparesti_frontend_container -p 5173:5173 sparesti_frontend
clean-docker:
-docker stop sparesti_frontend_container
-docker rm sparesti_frontend_container
run:
make build-docker
make clean-docker
make run-docker
run-dev: run-dev:
npm run dev npm run dev
...@@ -13,4 +22,4 @@ unit: ...@@ -13,4 +22,4 @@ unit:
npm run test:unit npm run test:unit
e2e: e2e:
npm run test:e2e npm run test:e2e
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment