Skip to content

Commit

Permalink
Merge pull request #613 from dbarzin/dev
Browse files Browse the repository at this point in the history
fix docker
  • Loading branch information
dbarzin authored Jan 26, 2024
2 parents 77e045e + 9f98330 commit 88c1124
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 @@ -64,7 +64,7 @@ RUN php artisan vendor:publish --all
RUN mkdir sql

# copy environement varaibles file
cp .env.sqlite .env
RUN cp .env.sqlite .env

# Start surpervisord
EXPOSE 8000
Expand Down

0 comments on commit 88c1124

Please sign in to comment.