Skip to content
This repository was archived by the owner on Apr 25, 2026. It is now read-only.

Commit 7f1f345

Browse files
committed
Cleanup
Signed-off-by: Manuel Alejandro de Brito Fontes <aledbf@gmail.com>
1 parent bb4987d commit 7f1f345

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
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)