fix: include config.local.json in Docker image
This commit is contained in:
@@ -4,7 +4,6 @@ __pycache__/
|
||||
*.pyd
|
||||
.pytest_cache/
|
||||
.env
|
||||
config.local.json
|
||||
state.db
|
||||
/data/
|
||||
.git/
|
||||
|
||||
@@ -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