Test failure mode
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2022-04-25 23:04:12 +02:00
parent 0e9ca20f56
commit e40e21e5d0

View File

@@ -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