fix bug not copy static foler to image
This commit is contained in:
parent
fca70628db
commit
c1711883fc
1 changed files with 1 additions and 0 deletions
|
|
@ -5,6 +5,7 @@ WORKDIR /app
|
|||
COPY *.json .
|
||||
COPY *.*s .
|
||||
RUN npm i
|
||||
COPY static ./static
|
||||
COPY src ./src
|
||||
# RUN ls
|
||||
RUN npm run build
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue