mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
fix(web): 🐛🔨 fix Dockerfile
This commit is contained in:
parent
5298e8f6a5
commit
c8f721d057
1 changed files with 2 additions and 1 deletions
|
|
@ -15,7 +15,8 @@ RUN npm ci --only=production
|
|||
|
||||
# init build
|
||||
FROM node:alpine as build
|
||||
COPY --from=install node_modules .
|
||||
WORKDIR /usr/src/app/
|
||||
COPY --from=install /usr/src/app/node_modules ./node_modules
|
||||
|
||||
# build
|
||||
COPY . .
|
||||
|
|
|
|||
Loading…
Reference in a new issue