Removed start from Dockerfile, not sure if its working

This commit is contained in:
Yami Odymel
2024-01-24 01:36:29 +08:00
parent ff21311c3f
commit 0117c9761a

View File

@@ -8,4 +8,4 @@ RUN go mod download && go mod verify
COPY . .
RUN go build
CMD [ "sh", "-c", "./chaturbate-dvr -u $USERNAME start" ]
CMD [ "sh", "-c", "./chaturbate-dvr -u $USERNAME" ]