diff --git a/Dockerfile b/Dockerfile index f030569..d519c9b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ COPY ./wg_dashboard_frontend /tmp/build WORKDIR /tmp/build RUN apk add --no-cache build-base python3-dev && \ npm install && npm install -g @angular/cli && \ -rm -rf node_modules \ +rm -rf node_modules && \ apk del build-base python3-dev RUN ng build --configuration="production"