Skip to content

Commit 68dca4c

Browse files
committed
Add polyfills to entrypoint
1 parent e7e2a0b commit 68dca4c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,4 @@ FROM node:alpine
4040
RUN echo "RELEASE_IDENTIFIER=${RELEASE_IDENTIFIER:-debug}" >> /app/.env && \
4141
echo "BUILD_NUMBER=${BUILD_NUMBER:-0}" >> /app/.env
4242

43-
ENTRYPOINT ["node", "--env-file", "/app/.env", "src/app.ts"]
43+
ENTRYPOINT ["node", "--env-file", "/app/.env", "--require", "./src/polyfills.ts", "src/app.ts"]

0 commit comments

Comments
 (0)