added CET timezone to dockerfile
gitea/salix/test This commit looks good Details

This commit is contained in:
Joan Sanchez 2019-02-25 12:52:23 +01:00
parent 23ed5e4ddf
commit 353cd2110b
2 changed files with 2 additions and 0 deletions

View File

@ -1,3 +1,4 @@
node_modules
print/node_modules
front/node_modules
services

View File

@ -1,4 +1,5 @@
FROM debian:stretch-slim
ENV TZ Europe/Madrid
ARG DEBIAN_FRONTEND=noninteractive
RUN apt-get update \