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

This commit is contained in:
2022-04-25 23:05:17 +02:00
parent e40e21e5d0
commit ec09f70fca

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