Skip to content

Commit

Permalink
Update Dockerfile CMD instruction
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkCalvert committed Feb 5, 2024
1 parent ec18088 commit 1a5b851
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion images/rules-as-code/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ RUN tar -xzf /app/$COUNTRY_TEMPLATE_VERSION.tar.gz -C /app && \
COPY bootstrap.sh /app
RUN . /app/bootstrap.sh

ENTRYPOINT ["openfisca", "serve", "--bind", "0.0.0.0:3000"]
CMD ["openfisca", "serve", "--bind", "0.0.0.0:3000"]

0 comments on commit 1a5b851

Please sign in to comment.