Removed deprecated "setup" command from make container command

This commit is contained in:
Daniel Weissmall 2022-11-13 01:19:40 +03:00
parent 962f8cb145
commit 4312533d5c

View File

@ -12,7 +12,7 @@ dev: setup
test: setup test: setup
npm run test npm run test
container: setup container:
docker build -t ${PROJECT_NAME} . docker build -t ${PROJECT_NAME} .
clean: clean: