Skip to content
This repository was archived by the owner on Apr 1, 2021. It is now read-only.

Commit 8551834

Browse files
committed
error 500
1 parent 0d94545 commit 8551834

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ install:
99
- docker-compose up -d prod
1010

1111
script:
12-
- curl --silent --fail --show-error --output /dev/null http://localhost:88
12+
- curl --silent --fail --show-error http://127.0.0.1:88

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,10 +58,10 @@ RUN if [ ${FORCE_HTTPS} = true ]; then \
5858
;fi
5959

6060
RUN composer dump-autoload --no-dev --optimize
61-
RUN chown -R www-data:www-data /var/www
6261
RUN php artisan config:cache \
6362
&& php artisan route:cache \
6463
&& php artisan view:cache
64+
RUN chown -R www-data:www-data /var/www
6565
RUN rm -rf /var/www/html/ /var/www/deploy/
6666

6767
EXPOSE 80 443

0 commit comments

Comments
 (0)