Skip to content

Commit

Permalink
Merge pull request #110 from CybercentreCanada/container-build-options
Browse files Browse the repository at this point in the history
change build directory
  • Loading branch information
cccs-douglass authored Sep 23, 2021
2 parents 4ad9fc2 + 054d2ea commit e2980b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ USER root
# Create directory for service
RUN mkdir -p /opt/al_service
RUN touch /opt/al_service/__init__.py
COPY process_handler.py /etc/
COPY docker/process_handler.py /etc/

USER assemblyline
CMD ["python", "/etc/process_handler.py"]

0 comments on commit e2980b9

Please sign in to comment.