Working on dockerfile

This commit is contained in:
2021-08-12 10:20:49 +02:00
parent 133342840e
commit 164238d624

View File

@@ -6,7 +6,7 @@ WORKDIR /usr/src/ares
COPY . /usr/src/ares
RUN yarn install
RUN yarn install --production
RUN yarn build