Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
Signed-off-by: Manuel Alejandro de Brito Fontes <aledbf@gmail.com>
  • Loading branch information
aledbf committed Aug 27, 2021
1 parent bb4987d commit 7f1f345
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ DOCKER_RUN_CMD = docker run -it \
--env-file ${PWD}/.env \
--env NODE_ENV=production \
--volume ${PWD}/.kubeconfig:/gitpod/.kubeconfig \
--volume ${IMAGE_PULL_SECRET_FILE}:/gitpod/config.json \
--volume $(shell realpath ${IMAGE_PULL_SECRET_FILE}):/gitpod/config.json \
--volume ${PWD}/eks-cluster.yaml:/gitpod/eks-cluster.yaml \
--volume ${PWD}/logs:/root/.npm/_logs \
--volume ${HOME}/.aws:/root/.aws \
Expand Down

0 comments on commit 7f1f345

Please sign in to comment.