chore: Do not try to copy assets from outside
This commit is contained in:
parent
d3fff943af
commit
49b9b7da2d
1 changed files with 0 additions and 1 deletions
|
@ -37,7 +37,6 @@ FROM node:15.0
|
|||
|
||||
# Build assets in a node container
|
||||
WORKDIR /root/app/apps/app/assets/
|
||||
ADD ./apps/app/assets/node_modules /root/app/apps/app/assets/node_modules
|
||||
COPY --from=0 /root/app/ /root/app/
|
||||
RUN npm install
|
||||
RUN npm run deploy
|
||||
|
|
Loading…
Reference in a new issue