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" ]
|
||||
|
||||
COPY data .
|
||||
COPY src .
|
||||
COPY public .
|
||||
COPY data /app/data
|
||||
COPY src /app/src
|
||||
COPY public /app/public
|
||||
|
||||
RUN [ "yarn", "build" ]
|
||||
|
||||
|
|
Loading…
Reference in a new issue