build(minor): rename dockerfiles to be detected correctly

This commit is contained in:
Langhammer, Jens
2019-09-30 18:05:42 +02:00
parent c2c5ff6912
commit 531ea1c039
4 changed files with 3 additions and 3 deletions

4
dev.Dockerfile Normal file
View File

@ -0,0 +1,4 @@
FROM docker.beryju.org/passbook/base:latest
RUN pipenv lock --dev -r > requirements-dev.txt && \
pip install -r /app/requirements-dev.txt --no-cache-dir