Skip to content

Commit

Permalink
chore: pushing changes to dockerfiles (#150)
Browse files Browse the repository at this point in the history
  • Loading branch information
ascheid committed Dec 6, 2022
1 parent b254654 commit b24ad74
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion images/cloud_asset_inventory/cartography/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ ENV PATH="/home/python/venv/bin:${PATH}" \
COPY --chown=python:python requirements.txt /home/python/cartography/requirements.txt
RUN /home/python/venv/bin/pip install --no-cache-dir --requirement /home/python/cartography/requirements.txt

ENTRYPOINT ["/docker-entrypoint.sh"]
ENTRYPOINT ["/docker-entrypoint.sh"]
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ COPY --from=public.ecr.aws/cds-snc/aws-sentinel-connector:c1f02b3f747b80fc18ed10
# Entrypoint
RUN chown -R app:app /app/
USER app
CMD ["python3", "/app/neo4j_to_sentinel.py"]
CMD ["python3", "/app/neo4j_to_sentinel.py"]
2 changes: 1 addition & 1 deletion images/csp_violation_report_service/app/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ RUN chmod 755 /app/entry.sh

EXPOSE 8000

ENTRYPOINT [ "/app/entry.sh" ]
ENTRYPOINT [ "/app/entry.sh" ]
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ COPY bin/entry.sh /app/entry.sh
RUN chmod 755 /app/entry.sh

ENTRYPOINT [ "/app/entry.sh" ]
CMD [ "lambda.handler" ]
CMD [ "lambda.handler" ]

0 comments on commit b24ad74

Please sign in to comment.