diff --git a/Dockerfile b/Dockerfile index 136bee7b..c529d15b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -15,3 +15,4 @@ RUN cd /tasmocompiler && npm ci && npm run build ENV LC_ALL=C.UTF-8 LANG=C.UTF-8 WORKDIR /tasmocompiler ENTRYPOINT ["nodemon", "server/app.js"] +EXPOSE 3000/tcp