Add node-firestore-import-export to docker container.

Add data to import.
This commit is contained in:
2019-03-03 12:19:26 +07:00
parent 22ae5f09d2
commit 183bb16395
4 changed files with 151 additions and 1 deletions

View File

@@ -5,7 +5,9 @@ RUN npm config set cache /opt/pub/.npm
RUN apk upgrade --update \
&& apk add --no-cache curl yarn git
RUN yarn global add @vue/cli@3.4.1
RUN yarn global add \
@vue/cli@3.4.1 \
node-firestore-import-export
ARG WEB_USER_ID=33
ARG WEB_USER_NAME=www-data