Move to its own dir
This commit is contained in:
parent
7ef3b76499
commit
44a65b4b3c
2 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ RUN apk add --no-cache wget ca-certificates && \
|
|||
|
||||
COPY . ./
|
||||
|
||||
COPY .dev/default.conf /etc/nginx/conf.d/default.conf
|
||||
COPY .dev/docker/default.conf /etc/nginx/conf.d/default.conf
|
||||
|
||||
RUN cp .env.example .env && composer install --no-dev
|
||||
|
||||
|
|
Loading…
Reference in a new issue