fix typo in dockerfile

This commit is contained in:
Michael Schramm 2020-06-01 00:58:06 +02:00
parent a620971276
commit 99ac673fa6

View File

@ -20,7 +20,7 @@ ENV PORT=3000 \
CREATE_ADMIN=FALSE \
ADMIN_EMAIL=admin@ohmyform.com \
ADMIN_USERNAME=root \
ADMIN_PASSWORD=root \
ADMIN_PASSWORD=root
EXPOSE 3000