diff --git a/Dockerfile.static b/Dockerfile.static index 6f40aee..7a64dea 100644 --- a/Dockerfile.static +++ b/Dockerfile.static @@ -36,3 +36,5 @@ ADD ./nginx.conf /etc/nginx/nginx.conf # Copy dist fro mthe build image COPY --from=BUILD_IMAGE /home/node/dist ./ + +EXPOSE 3000 \ No newline at end of file