1
0
mirror of https://github.com/sismics/docs.git synced 2026-01-04 04:19:35 +00:00

Add file filter to importer (#426)

This commit is contained in:
Carl Reid
2020-06-23 22:31:49 +02:00
committed by GitHub
parent 041b2dfcc1
commit 4607362e46
6 changed files with 31 additions and 5 deletions

View File

@@ -5,7 +5,7 @@ RUN npm install && npm install -g pkg
RUN pkg -t node14-alpine-x64 .
FROM alpine
ENV TEEDY_TAG= TEEDY_ADDTAGS=false TEEDY_LANG=eng TEEDY_URL='http://localhost:8080' TEEDY_USERNAME=username TEEDY_PASSWORD=password TEEDY_COPYFOLDER=
ENV TEEDY_TAG= TEEDY_ADDTAGS=false TEEDY_LANG=eng TEEDY_URL='http://localhost:8080' TEEDY_USERNAME=username TEEDY_PASSWORD=password TEEDY_COPYFOLDER= TEEDY_FILEFILTER=
RUN apk add --no-cache \
libc6-compat \
libstdc++