No known key found for this signature in database
GPG Key ID: EBA7BD5CB8B7CB94
1 changed files with
1 additions and
3 deletions
-
Dockerfile
|
|
@ -24,7 +24,7 @@ RUN mkdir -p /usr/share/fonts/emoji \ |
|
|
|
&& fc-cache -fv |
|
|
|
RUN rm /bin/sh && ln -s /bin/bash /bin/sh |
|
|
|
|
|
|
|
RUN mkdir /app |
|
|
|
RUN mkdir -p /app/static |
|
|
|
COPY package.json yarn.lock app/ |
|
|
|
COPY src app/src |
|
|
|
COPY config app/config |
|
|
@ -33,8 +33,6 @@ RUN yarn |
|
|
|
|
|
|
|
WORKDIR /app |
|
|
|
|
|
|
|
COPY static ./static |
|
|
|
|
|
|
|
ENV PUPPETEER_SKIP_CHROMIUM_DOWNLOAD true |
|
|
|
RUN mkdir -p /home/node/Downloads \ |
|
|
|
&& chown -R node:node /home/node \ |
|
|
|