Skip to content

Commit

Permalink
Update PolicyEngine API
Browse files Browse the repository at this point in the history
  • Loading branch information
nikhilwoodruff committed Nov 5, 2024
1 parent b8d3276 commit 77f9ad4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion gcp/policyengine_api/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ ADD . /app
# Make start.sh executable
RUN chmod +x /app/start.sh

RUN cd /app && make install && make microdata && make test
RUN cd /app && make install && make microdata
RUN cd /app && make test

# Use full path to start.sh
CMD ["/bin/sh", "/app/start.sh"]

0 comments on commit 77f9ad4

Please sign in to comment.