Skip to content

Commit 44a65b4

Browse files
committed
Move to its own dir
1 parent 7ef3b76 commit 44a65b4

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
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 .dev/default.conf /etc/nginx/conf.d/default.conf
13+
COPY .dev/docker/default.conf /etc/nginx/conf.d/default.conf
1414

1515
RUN cp .env.example .env && composer install --no-dev
1616

0 commit comments

Comments
 (0)