Commit 664760101388705c46452825f1d06c92c44ff4be
1 parent
e0554e86
Exists in
rhitier-dev
Copy config file without a new layer
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
Dockerfile
... | ... | @@ -13,7 +13,7 @@ RUN pip install --upgrade pip &&\ |
13 | 13 | |
14 | 14 | # Build the whole stuff |
15 | 15 | COPY . . |
16 | -run cp config.yml-dist config.yml | |
16 | +COPY config.yml-dist config.yml | |
17 | 17 | |
18 | 18 | # Allow running outside compose |
19 | 19 | CMD flask --app heliopropa:application run --host=0.0.0.0 | ... | ... |