We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 92d7fb1 + 82631d3 commit 883ef66Copy full SHA for 883ef66
Dockerfile
@@ -28,6 +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
32
COPY --from=build /app /app
33
ENV HTTP_PORT=8080 HTTPS_PORT=8443
34
EXPOSE $HTTP_PORT $HTTPS_PORT
0 commit comments