Skip to content

Commit

Permalink
fix: Using .env instead of .env.example
Browse files Browse the repository at this point in the history
  • Loading branch information
GeorgeDavis-Ibexlabs committed Sep 16, 2023
1 parent b3a1189 commit 837c80d
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 @@ -41,7 +41,7 @@ RUN apt-get install -y nginx && \
WORKDIR /var/www/html

# copy env file
COPY ./.env.example .env
COPY ./.env .env

# Install dependencies
COPY composer.json composer.json
Expand Down

0 comments on commit 837c80d

Please sign in to comment.