We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb4987d commit 7f1f345Copy full SHA for 7f1f345
Makefile
@@ -19,7 +19,7 @@ DOCKER_RUN_CMD = docker run -it \
19
--env-file ${PWD}/.env \
20
--env NODE_ENV=production \
21
--volume ${PWD}/.kubeconfig:/gitpod/.kubeconfig \
22
- --volume ${IMAGE_PULL_SECRET_FILE}:/gitpod/config.json \
+ --volume $(shell realpath ${IMAGE_PULL_SECRET_FILE}):/gitpod/config.json \
23
--volume ${PWD}/eks-cluster.yaml:/gitpod/eks-cluster.yaml \
24
--volume ${PWD}/logs:/root/.npm/_logs \
25
--volume ${HOME}/.aws:/root/.aws \
0 commit comments