Skip to content
This repository has been archived by the owner on Sep 16, 2024. It is now read-only.

Commit

Permalink
chore(docker): remove unnecessary line in entrypoint.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
dtfiedler committed Jan 17, 2024
1 parent a9ea6d1 commit 9b595bf
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions entrypoint.sh
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
#!/bin/sh

# Check and set permissions if necessary
if [ -d "/usr/src/app/cache" ]; then
echo "Setting permissions on /usr/src/app/cache"
chown -R node:node /usr/src/app/cache
chmod -R 755 /usr/src/app/cache
fi

Expand Down

0 comments on commit 9b595bf

Please sign in to comment.