Revert fail
All checks were successful
continuous-integration/drone/push Build is passing

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

View File

@ -13,8 +13,6 @@ 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