Update makefile
Some checks failed
DRB Build Tests / build (push) Failing after 9s
DRB Build Tests / drb_build_and_test (push) Has been cancelled

- Removed all spaces for tabs
This commit is contained in:
Logan Cusano
2024-04-28 04:53:55 -04:00
parent 961c5c19e2
commit 1c1b071bd7

View File

@@ -17,4 +17,5 @@ run:
-e SERVER_PORT=${SERVER_PORT} \
-e MONGO_URL=${MONGO_URL} \
-p ${SERVER_PORT}:${SERVER_PORT} \
--name=drb \
$(DOCKER_IMAGE_NAME)