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 VOLUME /config COPY ./support/docker/production/entrypoint.sh /usr/local/bin/entrypoint.sh -ENTRYPOINT ["/usr/local/bin/entrypoint.sh"] +ENTRYPOINT [ "/usr/local/bin/entrypoint.sh" ] # Expose API and RTMP EXPOSE 9000 1935 # Run the application -CMD ["npm", "start"] +CMD [ "node", "dist/server" ]