Fixed Dockerfile
This commit is contained in:
parent
f46ddcf237
commit
2fc18f6c60
1 changed files with 3 additions and 3 deletions
|
@ -7,9 +7,9 @@ COPY package.json .
|
||||||
|
|
||||||
RUN [ "yarn", "install" ]
|
RUN [ "yarn", "install" ]
|
||||||
|
|
||||||
COPY data .
|
COPY data /app/data
|
||||||
COPY src .
|
COPY src /app/src
|
||||||
COPY public .
|
COPY public /app/public
|
||||||
|
|
||||||
RUN [ "yarn", "build" ]
|
RUN [ "yarn", "build" ]
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue