Skip to content

Commit

Permalink
save
Browse files Browse the repository at this point in the history
  • Loading branch information
balazskreith committed Nov 4, 2024
1 parent 8dc548e commit 5d7b121
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion media-server/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ COPY package.json yarn.lock ./
RUN yarn
COPY . .
RUN yarn build
ENV DEBUG="mediasoup*"
# ENV DEBUG="mediasoup*"
CMD ["node", "lib/main.js"]

0 comments on commit 5d7b121

Please sign in to comment.