Skip to content

Commit

Permalink
Update permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonGillam committed Aug 14, 2024
1 parent 64a73d3 commit bb15f87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .shogun/Dockerfile.dojo-basic-lite
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ ENV DOJO_DB_TYPE=sqlite

# Create the db directory and set permissions
RUN mkdir -p /var/www/html/db && \
chmod 755 /var/www/html/db
chmod 777 /var/www/html/db

COPY ./src/basic /var/www/html

Expand Down

0 comments on commit bb15f87

Please sign in to comment.