diff --git a/Dockerfile b/Dockerfile index 7d743e5..7db77da 100644 --- a/Dockerfile +++ b/Dockerfile @@ -49,7 +49,7 @@ RUN git clone https://github.com/pa11y/pa11y-dashboard.git . && \ git checkout ${PA11Y_VERSION} # Install dependencies and build -RUN npm ci --only=production && \ +RUN npm install --omit=dev && \ make less && make uglify # Production stage