Skip to content

Commit

Permalink
Removed mkdir
Browse files Browse the repository at this point in the history
  • Loading branch information
mhaswell-bcgov committed Aug 1, 2024
1 parent da16168 commit 04a5bbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ RUN mkdir -p /home/node/app

WORKDIR /home/node/app

RUN mkdir /home/node/app/logs/ && touch /home/node/app/logs/access.log && chmod 777 /home/node/app/access.log
RUN touch /home/node/app/logs/access.log && chmod 777 /home/node/app/access.log

# Bundle app source code
COPY --chown=node . .
Expand Down

0 comments on commit 04a5bbe

Please sign in to comment.