update dockerfile

This commit is contained in:
2021-04-17 16:00:17 +02:00
parent 229ce281be
commit d86f332e9c

View File

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