refs #5541 Set timezone to container
gitea/mylogger/pipeline/head There was a failure building this commit Details

This commit is contained in:
Juan Ferrer 2023-04-11 20:22:45 +02:00
parent 0bf3e36908
commit 14723cbec0
2 changed files with 4 additions and 2 deletions

View File

@ -18,11 +18,12 @@ RUN apt-get update \
# MyLogger
WORKDIR /mylogger
COPY package.json package-lock.json ./
RUN npm install --omit=dev \
&& git clone --depth 1 --branch fix-143 https://github.com/juan-ferrer-toribio/zongji.git \
&& (cd zongji && npm install --omit=dev)
COPY package.json package-lock.json ./
ARG BUILD_ID=unknown
ARG VERSION
ENV VERSION $VERSION
@ -36,4 +37,5 @@ COPY \
config.yml \
./
ENV TZ Europe/Madrid
CMD ["node", "index.js"]

View File

@ -1,6 +1,6 @@
{
"name": "mylogger",
"version": "0.1.4",
"version": "0.1.5",
"author": "Verdnatura Levante SL",
"description": "MySQL and MariaDB logger using binary log",
"license": "GPL-3.0",