refs #5541 Deploy fixes
gitea/mylogger/pipeline/head This commit looks good Details

This commit is contained in:
Juan Ferrer 2023-04-11 12:14:55 +02:00
parent 579941ef46
commit aa2328db65
2 changed files with 4 additions and 3 deletions

View File

@ -11,8 +11,9 @@ RUN apt-get update \
gnupg2 \
git \
&& curl -fsSL https://deb.nodesource.com/setup_14.x | bash - \
&& apt-get install -y --no-install-recommends nodejs npm \
&& rm -rf /var/lib/apt/lists/*
&& apt-get install -y --no-install-recommends nodejs \
&& rm -rf /var/lib/apt/lists/* \
&& npm i -g npm@9.5.0
# MyLogger

View File

@ -1,7 +1,7 @@
version: '3.7'
services:
main:
image: registry.verdnatura.es/mylogger:${VERSION}-${BUILD_ID}
image: registry.verdnatura.es/mylogger:${VERSION}-build${BUILD_ID}
build:
context: .
dockerfile: Dockerfile