forgot the workdir
This commit is contained in:
		@@ -19,7 +19,7 @@ RUN apt update && \
 | 
				
			|||||||
    apt install -y opus-tools ffmpeg libmagic-dev curl tar && \
 | 
					    apt install -y opus-tools ffmpeg libmagic-dev curl tar && \
 | 
				
			||||||
    rm -rf /var/lib/apt/lists/*
 | 
					    rm -rf /var/lib/apt/lists/*
 | 
				
			||||||
COPY --from=python-builder /botamusique /botamusique
 | 
					COPY --from=python-builder /botamusique /botamusique
 | 
				
			||||||
 | 
					WORKDIR /botamusique
 | 
				
			||||||
RUN chmod +x entrypoint.sh
 | 
					RUN chmod +x entrypoint.sh
 | 
				
			||||||
 | 
					
 | 
				
			||||||
ENTRYPOINT [ "/botamusique/entrypoint.sh" ]
 | 
					ENTRYPOINT [ "/botamusique/entrypoint.sh" ]
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user