From afe945d890a1597397a174a53f79191dd4d81c21 Mon Sep 17 00:00:00 2001 From: julienmalard Date: Sat, 3 Feb 2024 14:47:07 +0100 Subject: [PATCH] =?UTF-8?q?Avec=20juste=20un=20port=20expos=C3=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 95d1934..1aabca1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -16,7 +16,6 @@ COPY --from=build /app/node_modules /app/node_modules COPY --from=build /app/dist /app/dist ENV NODE_ENV production EXPOSE 8000 -EXPOSE 53321 # The command required to run the app is specified CMD [ "pnpm", "lancer:prod" ]