mirror of
https://lavaforge.org/spotizerr/spotizerr-auth.git
synced 2025-12-24 02:39:16 -05:00
Fix Dockerfile
This commit is contained in:
@@ -9,14 +9,9 @@ RUN apt-get update && \
|
||||
apt-get install -y git && \
|
||||
rm -rf /var/lib/apt/lists/*
|
||||
|
||||
# Clone the repository
|
||||
RUN git clone https://github.com/Xoconoch/spotizerr-auth.git
|
||||
|
||||
# Set the working directory
|
||||
WORKDIR /spotizerr-auth
|
||||
|
||||
# Install Python dependencies
|
||||
RUN pip install --no-cache-dir -r requirements.txt
|
||||
RUN pip install spotizerr-auth==1.1.1
|
||||
|
||||
# Set the default command to run the application
|
||||
CMD ["python", "spotizerr-auth.py"]
|
||||
CMD ["spotizerr-auth"]
|
||||
|
||||
Reference in New Issue
Block a user