1
1
mirror of https://github.com/pterodactyl/panel.git synced 2024-11-22 17:12:30 +01:00

Move to its own dir

This commit is contained in:
Lance Pioch 2018-07-08 11:28:26 -04:00
parent 7ef3b76499
commit 44a65b4b3c
2 changed files with 1 additions and 1 deletions

View File

@ -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