diff options
author | Santo Cariotti <santo@dcariotti.me> | 2021-03-25 11:15:01 +0100 |
---|---|---|
committer | Santo Cariotti <santo@dcariotti.me> | 2021-03-25 15:29:13 +0100 |
commit | c2d2c2ee919c2af729a3b7e98a02fc580ec6e99a (patch) | |
tree | 6f2cd24545703a448e6b6902754e7194cd92612a /Dockerfile | |
parent | cbff2969c37478ddf80a2349a5d8396df9ec17e1 (diff) |
fix(conf): prodution dependencies
Diffstat (limited to 'Dockerfile')
-rw-r--r-- | Dockerfile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -6,6 +6,7 @@ COPY package*.json ./ # environment variables ARG VUE_APP_BACKEND_URL + RUN npm install --production COPY . . RUN npm run build --production |