Kripton12 commited on
Commit
4f6f2ec
·
verified ·
1 Parent(s): 286c933

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -2
Dockerfile CHANGED
@@ -7,10 +7,9 @@ WORKDIR /app
7
  RUN apt-get update && apt-get install -y git
8
 
9
  # Clone the repository
10
- RUN git clone https://github.com/UrloMythus/MammaMia.git .
11
 
12
  # Copy the local config.json file to the container
13
- COPY config.json /app/config.json
14
 
15
  # Install any needed packages specified in requirements.txt
16
  RUN pip install --no-cache-dir -r requirements.txt
 
7
  RUN apt-get update && apt-get install -y git
8
 
9
  # Clone the repository
10
+ RUN git clone https://github.com/UrloMythus/009.git .
11
 
12
  # Copy the local config.json file to the container
 
13
 
14
  # Install any needed packages specified in requirements.txt
15
  RUN pip install --no-cache-dir -r requirements.txt