changed imports
This commit is contained in:
+2
-1
@@ -12,7 +12,8 @@ COPY requirements.txt .
|
||||
|
||||
RUN pip install --no-cache-dir -r requirements.txt
|
||||
|
||||
COPY . .
|
||||
COPY src .
|
||||
COPY start_server.sh .
|
||||
|
||||
RUN chmod +x start_server.sh
|
||||
|
||||
|
||||
Reference in New Issue
Block a user