From aca1640fdfb4d8f35db1699e468de79351289946 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Samuel=20Leli=C3=A8vre?= Date: Sat, 30 Mar 2019 01:11:29 +0100 Subject: [PATCH] Fix typos in docker/Dockerfile Fix "one" -> "done", and add missing closing parenthesis. --- docker/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/Dockerfile b/docker/Dockerfile index eb4340094..0bf6a7f28 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -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