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

This commit is contained in:
Kasper Juul Hermansen 2022-04-25 23:04:12 +02:00
parent 0e9ca20f56
commit e40e21e5d0
Signed by: kjuulh
GPG Key ID: 0F95C140730F2F23

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