diff options
Diffstat (limited to 'Dockerfile')
-rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -10,7 +10,7 @@ RUN npm install COPY . . -RUN npm run build +RUN npm run build -- --configuration production FROM openresty/openresty:1.21.4.1-4-alpine RUN apk add gettext |