Skip to content

Commit

Permalink
EXPOSE Port
Browse files Browse the repository at this point in the history
  • Loading branch information
MaximilianGT500 committed Sep 30, 2023
1 parent df4a2ae commit 334e665
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,5 @@ ENV AUDIO_FORMATS=.mp3,.wav,.ogg,.aac,.flac \
REDIRECT_URL=https://example.com

RUN npm ci
CMD ["node", "index.js"]
EXPOSE ${PORT}/tcp
CMD ["node", "index.js"]

0 comments on commit 334e665

Please sign in to comment.