summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephen Moloney <stephenmoloney@live.com>2017-01-17 23:48:55 +0000
committerStephen Moloney <stephenmoloney@live.com>2017-01-17 23:48:55 +0000
commitfd2d6efe4a38436899d3058c2d4bddebc9ee9c98 (patch)
treeee8fcf9996cd248ceefdaa81060e81b460e04cfe
parent14873f3b2848e1f7bef97b5e5bb355b05a0552a2 (diff)
downloadwekan-fd2d6efe4a38436899d3058c2d4bddebc9ee9c98.tar.gz
wekan-fd2d6efe4a38436899d3058c2d4bddebc9ee9c98.tar.bz2
wekan-fd2d6efe4a38436899d3058c2d4bddebc9ee9c98.zip
typo
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index e441b76d..77b29112 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -5,7 +5,7 @@ ENV BUILD_DEPS="wget curl bzip2 build-essential python git"
ARG NODE_VERSION=v0.10.48
ARG METEOR_RELEASE=1.3.5.1
ARG NPM_VERSION=3.10.10
-ARG ARCHICTECTURE=linux-x64
+ARG ARCHITECTURE=linux-x64
ARG SRC_PATH=./
# Copy the app to the image