Skip to content

Commit

Permalink
fix: Fix directory
Browse files Browse the repository at this point in the history
  • Loading branch information
PolicyEngine[bot] committed Sep 6, 2024
1 parent b95efdd commit d41a3b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gcp/policyengine_api/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d41a3b7

Please sign in to comment.