fix: include config.local.json in Docker image
This commit is contained in:
@@ -8,6 +8,7 @@ RUN pip install --no-cache-dir -r requirements.txt
|
||||
COPY app ./app
|
||||
COPY seeds ./seeds
|
||||
COPY scripts ./scripts
|
||||
COPY config.local.json ./
|
||||
|
||||
EXPOSE 8080
|
||||
|
||||
|
||||
Reference in New Issue
Block a user