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-20 10:50:46 +0000
commit8efcc5e6c2f3d33c0254537b6bde928985d7173f (patch)
tree6344b97a06fe41ba78aed45b259298aad9597fbe
parentb88b710f097d378f47ac89fc111d6d7d8a5f0ab2 (diff)
downloadwekan-8efcc5e6c2f3d33c0254537b6bde928985d7173f.tar.gz
wekan-8efcc5e6c2f3d33c0254537b6bde928985d7173f.tar.bz2
wekan-8efcc5e6c2f3d33c0254537b6bde928985d7173f.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