diff options
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 |