1
0
mirror of https://github.com/sismics/docs.git synced 2025-12-21 05:31:42 +00:00

Added option to copy a file before it is deleted after being imported (#418)

This commit is contained in:
Gabisonfire
2020-06-07 14:13:04 -04:00
committed by GitHub
parent 612fab2aef
commit e474e7cd75
5 changed files with 55 additions and 6 deletions

View File

@@ -6,7 +6,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
ENV TEEDY_TAG= TEEDY_ADDTAGS=false TEEDY_LANG=eng TEEDY_URL='http://localhost:8080' TEEDY_USERNAME=username TEEDY_PASSWORD=password TEEDY_COPYFOLDER=
RUN apk add --no-cache \
libc6-compat \
libstdc++