update dockerfile

This commit is contained in:
2021-04-17 16:10:28 +02:00
parent d86f332e9c
commit 2d7a48f857

View File

@@ -7,10 +7,10 @@ COPY . /usr/src/artsite
RUN yarn install
RUN cp .env build
RUN yarn build
RUN cp .env build
EXPOSE 3333
COPY . .