Skip to content

Commit

Permalink
CU-8692nw7qj: dockerfile fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tomolopolis committed Sep 28, 2023
1 parent e10c2f0 commit 137471a
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions webapp/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,7 @@ WORKDIR /home
COPY ./ .

# copy backup crontab and chmod scripts
RUN chmod u+x /home/scripts/entry.sh && chmod u+x /home/scripts/crontab &&
RUN cp /home/scripts/crontab /etc/crontab

RUN chmod 0744 /etc/crontab && chmod u+x /home/app-backend/notify/entry.sh
RUN chmod u+x /home/scripts/entry.sh && chmod u+x /home/scripts/crontab && cp /home/scripts/crontab /etc/crontab

# Build frontend
WORKDIR /home/frontend
Expand Down

0 comments on commit 137471a

Please sign in to comment.