added CET timezone to dockerfile
gitea/salix/test This commit looks good
Details
gitea/salix/test This commit looks good
Details
This commit is contained in:
parent
23ed5e4ddf
commit
353cd2110b
|
@ -1,3 +1,4 @@
|
|||
node_modules
|
||||
print/node_modules
|
||||
front/node_modules
|
||||
services
|
|
@ -1,4 +1,5 @@
|
|||
FROM debian:stretch-slim
|
||||
ENV TZ Europe/Madrid
|
||||
|
||||
ARG DEBIAN_FRONTEND=noninteractive
|
||||
RUN apt-get update \
|
||||
|
|
Loading…
Reference in New Issue