Skip to content

Commit

Permalink
Remove chmod
Browse files Browse the repository at this point in the history
  • Loading branch information
mhaswell-bcgov committed Aug 1, 2024
1 parent f22a093 commit b469033
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ 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/logs/access.log
# Create log file
RUN mkdir /home/node/app/logs/ && touch /home/node/app/logs/access.log

# Bundle app source code
COPY --chown=node . .
Expand Down
2 changes: 1 addition & 1 deletion helm/Chart.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ dependencies:
repository: https://charts.bitnami.com/bitnami
version: 16.13.2
digest: sha256:e3cb6ade019f5169d547ac65001758b57bebf2beb6d8e47c4053f4d2e5a6ba06
generated: "2024-07-11T15:27:57.374585-07:00"
generated: "2023-12-12T09:45:47.7723153-08:00"

0 comments on commit b469033

Please sign in to comment.