Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
bluecraank committed Mar 15, 2024
1 parent 2022af4 commit 9f5120e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .env.example.productive
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ APP_NAME="MIS Manager"
APP_ENV=production
APP_KEY=
APP_DEBUG=false
APP_URL=https://your-domain.com
APP_URL=https://localhost

LOG_CHANNEL=stack
LOG_DEPRECATIONS_CHANNEL=null
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ RUN chmod +x /usr/local/bin/install-php-extensions && \
# Clone source code if not downloaded
RUN rm -rf /var/www/html
RUN git clone https://github.com/bluecraank/open-signage.git /var/www/html
COPY .env.example /var/www/html/.env
COPY .env.example.productive /var/www/html/.env

# Apache configuration
RUN a2enmod rewrite headers remoteip
Expand Down

0 comments on commit 9f5120e

Please sign in to comment.