Skip to content

Commit 7f1f345

Browse files
committed
Cleanup
Signed-off-by: Manuel Alejandro de Brito Fontes <[email protected]>
1 parent bb4987d commit 7f1f345

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ DOCKER_RUN_CMD = docker run -it \
1919
--env-file ${PWD}/.env \
2020
--env NODE_ENV=production \
2121
--volume ${PWD}/.kubeconfig:/gitpod/.kubeconfig \
22-
--volume ${IMAGE_PULL_SECRET_FILE}:/gitpod/config.json \
22+
--volume $(shell realpath ${IMAGE_PULL_SECRET_FILE}):/gitpod/config.json \
2323
--volume ${PWD}/eks-cluster.yaml:/gitpod/eks-cluster.yaml \
2424
--volume ${PWD}/logs:/root/.npm/_logs \
2525
--volume ${HOME}/.aws:/root/.aws \

0 commit comments

Comments
 (0)