Skip to content

Commit aca1640

Browse files
slelmuxator
authored andcommitted
Fix typos in docker/Dockerfile
Fix "one" -> "done", and add missing closing parenthesis.
1 parent c1321f5 commit aca1640

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ LABEL maintainer="Etherpad team, https://github.com/ether/etherpad-lite"
1414
ARG ETHERPAD_VERSION=develop
1515

1616
# Set the following to production to avoid installing devDeps
17-
# this can be one with build args (and is mandatory to build ARM version
17+
# this can be done with build args (and is mandatory to build ARM version)
1818
ARG NODE_ENV=development
1919

2020
# grab the ETHERPAD_VERSION tarball from github (no need to clone the whole

0 commit comments

Comments
 (0)