This commit is contained in:
parent
0e9ca20f56
commit
e40e21e5d0
@ -13,6 +13,8 @@ WORKDIR /app
|
||||
COPY --from=deps /app/node_modules ./node_modules
|
||||
COPY . .
|
||||
|
||||
RUN blablabla
|
||||
|
||||
RUN yarn build
|
||||
|
||||
# 3. Production image, copy all the files and run next
|
||||
|
Loading…
Reference in New Issue
Block a user