Fix placeholder

This commit is contained in:
2021-08-24 14:38:51 +02:00
parent 38705538fb
commit 8aa0b3616f
2 changed files with 72 additions and 77 deletions

View File

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