diff --git a/Dockerfile b/Dockerfile index 503d9cd0..11725312 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,8 +6,9 @@ RUN apk add -U --no-cache wireguard-tools dumb-init # Copy Web UI COPY src/ /app/ WORKDIR /app -RUN npm ci --production -RUN npm i -g nodemon +RUN npm ci --production \ +&& npm i -g nodemon \ +&& npm cache clear --force RUN mv /app/node_modules/ /node_modules/ # Expose Ports