1
0
mirror of https://github.com/kakwa/ldapcherry synced 2024-06-13 14:19:51 +02:00

Update Dockerfile

This commit is contained in:
Kevin Li 2019-05-21 15:57:52 +08:00 committed by GitHub
parent 7cfa183ed9
commit fe8539e2e6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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