Kripton12 commited on
Commit
75b284c
·
verified ·
1 Parent(s): b9fa412

Update Dockerfile

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