This commit is contained in:
parent
dc2bd8c690
commit
4f1b5fd5ef
@ -1,8 +1,8 @@
|
||||
FROM node:lts-alpine
|
||||
|
||||
RUN mkdir appreports
|
||||
COPY ./* /appreports/
|
||||
RUN mkdir /appreports
|
||||
WORKDIR /appreports
|
||||
COPY . .
|
||||
|
||||
RUN yarn; \
|
||||
yarn compile;
|
||||
|
Loading…
x
Reference in New Issue
Block a user