diff --git a/nodejs/Dockerfile b/nodejs/Dockerfile index 3a14474..7265d26 100644 --- a/nodejs/Dockerfile +++ b/nodejs/Dockerfile @@ -76,7 +76,7 @@ RUN mkdir ~/.gnupg && \ /tmp/* \ /var/tmp/* -EXPOSE 3000 +#EXPOSE 3000 #HEALTHCHECK --interval=30s --timeout=10s \ # CMD curl -f http://localhost:3000/ || exit 1