Skip to content

Commit

Permalink
fixed db name lol
Browse files Browse the repository at this point in the history
  • Loading branch information
sethsandaru committed Feb 6, 2024
1 parent bccfa38 commit f97884f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ RUN chown -R www-data:www-data storage
RUN chown -R www-data:www-data storage/app
RUN chmod -R 777 storage/logs

RUN touch /var/www/html/database.sqlite
RUN touch /var/www/html/docking.sqlite
RUN chmod -R 777 docking.sqlite

# Nginx remove default site
Expand Down
2 changes: 1 addition & 1 deletion .docker/octane.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ RUN chown -R www-data:www-data storage
RUN chown -R www-data:www-data storage/app
RUN chmod -R 777 storage/logs

RUN touch /var/www/html/database.sqlite
RUN touch /var/www/html/docking.sqlite
RUN chmod -R 777 docking.sqlite

# Nginx remove default site
Expand Down

0 comments on commit f97884f

Please sign in to comment.