Add force flag to remove command

This commit is contained in:
Pavle Portic 2019-03-23 05:25:27 +01:00
parent 38dacfca13
commit c4638e2c14
Signed by: TheEdgeOfRage
GPG Key ID: 6758ACE46AA2A849
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ RUN set -ex \
&& pip install --no-cache-dir pipenv \
&& pipenv install --system --clear \
&& apk del .build-deps \
&& rm db.sqlite3
&& rm -f db.sqlite3
CMD ["./entrypoint.sh"]