Skip to content

Commit

Permalink
Merge pull request #35 from port-labs/PORT-10638-Bug-Port-agent-canno…
Browse files Browse the repository at this point in the history
…t-be-ran-with-self-certificate

Update-ca-certificate on startup
  • Loading branch information
omby8888 authored Sep 26, 2024
2 parents cb45e13 + 4a26008 commit 5b6e1ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -55,4 +55,4 @@ COPY ./app/. .
RUN pip uninstall -y setuptools || true

# Run the application
CMD ["/app/.venv/bin/python", "main.py"]
CMD ["sh", "-c", "update-ca-certificates && /app/.venv/bin/python main.py"]

0 comments on commit 5b6e1ac

Please sign in to comment.