remove the second section
Some checks failed
Main / build-and-push-docker-image (20.x) (push) Failing after 3m52s
Some checks failed
Main / build-and-push-docker-image (20.x) (push) Failing after 3m52s
This commit is contained in:
@@ -18,14 +18,11 @@ RUN yarn install --immutable
|
||||
# Type check app
|
||||
# RUN yarn typecheck
|
||||
|
||||
COPY . .
|
||||
|
||||
|
||||
FROM base AS runner
|
||||
|
||||
# Build app
|
||||
COPY . .
|
||||
|
||||
# Start the app
|
||||
|
||||
RUN yarn build
|
||||
|
||||
USER node
|
||||
|
||||
Reference in New Issue
Block a user