diff --git a/Dockerfile b/Dockerfile index 0297038..115d971 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,7 +6,7 @@ WORKDIR /app RUN npm install \ && cd functions && npm install && cd ../ \ -RUN npm run build + && npm run build # Enable support for Chromium ARG DEBIAN_FRONTEND=noninteractive