diff --git a/gcp/policyengine_api/Dockerfile b/gcp/policyengine_api/Dockerfile index f78d62f2..04917e86 100644 --- a/gcp/policyengine_api/Dockerfile +++ b/gcp/policyengine_api/Dockerfile @@ -18,7 +18,7 @@ COPY . /app RUN ls -la /app # Make start.sh executable (if it exists) -RUN if [ -f /app/gcp/policyengine_api/start.sh ]; then chmod +x /app/start.sh; else echo "start.sh not found"; exit 1; fi +RUN if [ -f /app/gcp/policyengine_api/start.sh ]; then chmod +x /app/gcp/policyengine_api/start.sh; else echo "start.sh not found"; exit 1; fi # Install dependencies and run tests RUN cd /app && make install && make test