From 334e665a40fdc865537c41ecf94f0ba8bd57bf82 Mon Sep 17 00:00:00 2001 From: MaximilianGT500 Date: Sun, 1 Oct 2023 00:50:46 +0200 Subject: [PATCH] EXPOSE Port --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 138ca09..e91550f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -39,4 +39,5 @@ ENV AUDIO_FORMATS=.mp3,.wav,.ogg,.aac,.flac \ REDIRECT_URL=https://example.com RUN npm ci -CMD ["node", "index.js"] \ No newline at end of file +EXPOSE ${PORT}/tcp +CMD ["node", "index.js"]