Skip to content

Commit

Permalink
Fix Makefile mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
ryan-blunden committed Oct 14, 2020
1 parent 0434185 commit d53a595
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Expand Up @@ -58,7 +58,8 @@ docker-run-dev:
docker container run \
-it \
--name $(CONTAINER_NAME) \
--rm -e DOPPLER_TOKEN=${YODASPEAK_SERVICE_TOKEN} \
--rm \
-e DOPPLER_TOKEN=${YODASPEAK_SERVICE_TOKEN} \
-v $(shell pwd):/usr/src/app:cached \
-u root \
-p 3443:3443 \
Expand Down

0 comments on commit d53a595

Please sign in to comment.