Skip to content

Commit

Permalink
docker only install product dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
illuspas committed Dec 3, 2024
1 parent 7f6d245 commit d0e1fdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ WORKDIR /node-media-server

COPY . .

RUN npm install
RUN npm install --production

EXPOSE 1935 8000 8443

Expand Down

0 comments on commit d0e1fdc

Please sign in to comment.