@@ -1,8 +1,8 @@
FROM node:lts-alpine
RUN mkdir appreports
COPY ./* /appreports/
RUN mkdir /appreports
WORKDIR /appreports
COPY . .
RUN yarn; \
yarn compile;
The note is not visible to the blocked user.