From 9d613592fd0dd2f4b11d7b5260854f3ce88c1090 Mon Sep 17 00:00:00 2001 From: Mohammad AbuAboud Date: Sat, 30 Sep 2023 18:34:54 +0300 Subject: [PATCH] chore: remove hostname --- Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 1a4b279..2243bd8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -50,7 +50,6 @@ COPY --from=builder /app/public ./public COPY --from=builder /app/.next/standalone ./ COPY --from=builder /app/.next/static ./.next/static - ENV PORT 3000 # Set up entrypoint script