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