Skip to content

Commit

Permalink
Dockerfile - fixed the default entrypoint parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
zozlak committed Jan 10, 2024
1 parent bf17e95 commit dc35d5d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,4 @@ COPY . /opt/filechecker
RUN cd /opt/filechecker &&\
composer update -o --no-dev
ENTRYPOINT ["/opt/filechecker/dockerinit.sh"]
CMD ["0"]

0 comments on commit dc35d5d

Please sign in to comment.