v2 overhaul
This commit is contained in:
@@ -10,7 +10,7 @@ COPY requirements.txt .
|
||||
RUN pip install --no-cache-dir -r requirements.txt
|
||||
|
||||
# Copy the rest of the application code into the container
|
||||
COPY src/ ./src
|
||||
COPY src src
|
||||
|
||||
# Expose the port the app runs on
|
||||
EXPOSE 5000
|
||||
|
Reference in New Issue
Block a user