diff options
Diffstat (limited to 'support')
-rw-r--r-- | support/docker/production/Dockerfile.bullseye | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/support/docker/production/Dockerfile.bullseye b/support/docker/production/Dockerfile.bullseye index 43683faee..267d7f4eb 100644 --- a/support/docker/production/Dockerfile.bullseye +++ b/support/docker/production/Dockerfile.bullseye | |||
@@ -37,10 +37,10 @@ VOLUME /data | |||
37 | VOLUME /config | 37 | VOLUME /config |
38 | 38 | ||
39 | COPY ./support/docker/production/entrypoint.sh /usr/local/bin/entrypoint.sh | 39 | COPY ./support/docker/production/entrypoint.sh /usr/local/bin/entrypoint.sh |
40 | ENTRYPOINT ["/usr/local/bin/entrypoint.sh"] | 40 | ENTRYPOINT [ "/usr/local/bin/entrypoint.sh" ] |
41 | 41 | ||
42 | # Expose API and RTMP | 42 | # Expose API and RTMP |
43 | EXPOSE 9000 1935 | 43 | EXPOSE 9000 1935 |
44 | 44 | ||
45 | # Run the application | 45 | # Run the application |
46 | CMD ["npm", "start"] | 46 | CMD [ "node", "dist/server" ] |