Fix typos in docker/Dockerfile

Fix "one" -> "done", and add missing closing parenthesis.
This commit is contained in:
Samuel Lelièvre 2019-03-30 01:11:29 +01:00 committed by muxator
parent c1321f5b14
commit aca1640fdf
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ LABEL maintainer="Etherpad team, https://github.com/ether/etherpad-lite"
ARG ETHERPAD_VERSION=develop
# Set the following to production to avoid installing devDeps
# this can be one with build args (and is mandatory to build ARM version
# this can be done with build args (and is mandatory to build ARM version)
ARG NODE_ENV=development
# grab the ETHERPAD_VERSION tarball from github (no need to clone the whole