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
|
# Type check app
|
||||||
# RUN yarn typecheck
|
# RUN yarn typecheck
|
||||||
|
|
||||||
COPY . .
|
|
||||||
|
|
||||||
|
|
||||||
FROM base AS runner
|
|
||||||
|
|
||||||
# Build app
|
# Build app
|
||||||
COPY . .
|
COPY . .
|
||||||
|
|
||||||
|
# Start the app
|
||||||
|
|
||||||
RUN yarn build
|
RUN yarn build
|
||||||
|
|
||||||
USER node
|
USER node
|
||||||
|
|||||||
Reference in New Issue
Block a user