We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e609311 + 634cac3 commit f9148d5Copy full SHA for f9148d5
Dockerfile
@@ -28,7 +28,7 @@ LABEL \
28
org.opencontainers.image.source="https://github.com/mendhak/docker-http-https-echo" \
29
org.opencontainers.image.licenses="MIT"
30
WORKDIR /app
31
-RUN rm -rf /usr/local/lib/node_modules
+RUN apk upgrade --no-cache && rm -rf /usr/local/lib/node_modules
32
COPY --from=build /app /app
33
ENV HTTP_PORT=8080 HTTPS_PORT=8443
34
EXPOSE $HTTP_PORT $HTTPS_PORT
0 commit comments