Skip to content

Commit a93a73e

Browse files
Asherslablancepioch
authored andcommitted
Moved files
1 parent 737bae3 commit a93a73e

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed
File renamed without changes.

entrypoint.sh renamed to .dev/entrypoint.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
#!/bin/ash
2+
cd /app
3+
24
tini -- php-fpm
35

46
until nc -z -v -w30 $DB_HOST 3306

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ RUN apk add --no-cache wget ca-certificates && \
1010

1111
COPY . ./
1212

13-
COPY default.conf /etc/nginx/conf.d/default.conf
13+
COPY .dev/default.conf /etc/nginx/conf.d/default.conf
1414

1515
RUN cp .env.example .env
1616
RUN composer install --no-dev
@@ -21,5 +21,5 @@ EXPOSE 443
2121
RUN chown -R www-data:www-data .
2222
RUN chmod -R 777 storage/* bootstrap/cache /var/run/php
2323

24-
ENTRYPOINT ["ash", "entrypoint.sh"]
24+
ENTRYPOINT ["ash", ".dev/entrypoint.sh"]
2525

0 commit comments

Comments
 (0)