Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
EatPrilosec authored Aug 9, 2024
1 parent 8ad9d0b commit d9604eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ RUN rm -f \


RUN mkdir -p /opt
#RUN chown 1000:1000 -R /opt
RUN chown $USER_ID:$GROUP_ID -R /opt
WORKDIR /opt

FROM base AS add
Expand All @@ -98,6 +98,6 @@ ENV CronSchedule="*/1 * * * *"
ENV PUID="1000"
ENV PGID="1000"

ENTRYPOINT ["/bin/bash", "-c"]
#ENTRYPOINT ["/bin/bash", "-c"]

CMD ["/opt/cron_start.sh"]

0 comments on commit d9604eb

Please sign in to comment.