summaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
authorSanto Cariotti <santo@dcariotti.me>2021-03-25 11:15:01 +0100
committerSanto Cariotti <santo@dcariotti.me>2021-03-25 15:29:13 +0100
commitc2d2c2ee919c2af729a3b7e98a02fc580ec6e99a (patch)
tree6f2cd24545703a448e6b6902754e7194cd92612a /Dockerfile
parentcbff2969c37478ddf80a2349a5d8396df9ec17e1 (diff)
fix(conf): prodution dependencies
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Dockerfile b/Dockerfile
index 827cde4..feb5d1e 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -6,6 +6,7 @@ COPY package*.json ./
# environment variables
ARG VUE_APP_BACKEND_URL
+
RUN npm install --production
COPY . .
RUN npm run build --production