1
0
mirror of https://github.com/kakwa/ldapcherry synced 2025-07-01 19:18:10 +02:00

Revert "Update Dockerfile"

This reverts commit fe8539e2e6be66aba7e47aa01ee737af2ed9f20a.
This commit is contained in:
Christian Connert 2019-07-09 15:19:20 +02:00
parent 21c8438587
commit c8f2ea84e5

View File

@ -1,4 +1,4 @@
FROM python:3-alpine
FROM python:2-alpine
WORKDIR /usr/src/app
ADD . /usr/src/app