Merge branch 'main' into dependabot/go_modules/github.com/onsi/gomega-1.10.4

This commit is contained in:
41666 2020-12-13 20:31:13 -05:00 committed by GitHub
commit 1dc2fb5e9c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -17,9 +17,8 @@ RUN yarn install --frozen-lockfile --prod
# Output layer
#
FROM mhart/alpine-node:slim-14 AS output
ENTRYPOINT []
COPY --from=builder /src .
ENV PORT=6601
CMD sh -c 'node node_modules/.bin/next start -p $PORT'
ENTRYPOINT [ "/bin/sh", "-c", "/usr/bin/node node_modules/.bin/next start -p $PORT"]