Este site funciona melhor com JavaScript.
Página inicial
Explorar
Ajuda
Cadastrar
Acessar
OpenSource
/
dify
Observar
4
Favorito
0
Fork
0
Código
Issues
0
Pull requests
0
Versões
152
Wiki
Atividade
Ver código fonte
fix: skip linking /etc/localtime file first in api docker image (
#2099
)
tags/0.4.9
Bowen Liang
1 ano atrás
pai
9ad7b65996
commit
483dcb6340
Nenhuma conta vinculada ao e-mail do autor do commit
1 arquivos alterados
com
0 adições
e
2 exclusões
Visão dividida
Mostrar estatísticas do Diff
0
2
api/Dockerfile
+ 0
- 2
api/Dockerfile
Ver arquivo
@@ -26,8 +26,6 @@ EXPOSE 5001
# set timezone
ENV TZ UTC
RUN ln -s /usr/share/zoneinfo/${TZ} /etc/localtime \
&& echo ${TZ} > /etc/timezone
WORKDIR /app/api
Escrever
Pré-visualização
Carregando…
Cancelar
Salvar