ENV 정리
This commit is contained in:
@@ -46,8 +46,6 @@ RUN { \
|
||||
|
||||
VOLUME /var/www/html
|
||||
|
||||
ENV TZ=Asia/Seoul
|
||||
|
||||
COPY entrypoint_hidche_app.sh /usr/local/bin/
|
||||
COPY id_ecdsa.key /var/www/.ssh/id_ecdsa
|
||||
COPY known_hosts /var/www/.ssh/known_hosts
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#!/bin/bash
|
||||
set -uxo pipefail
|
||||
set -euxo pipefail
|
||||
shopt -s nullglob
|
||||
|
||||
ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone
|
||||
|
||||
@@ -1,9 +1,6 @@
|
||||
FROM mariadb
|
||||
#ubuntu
|
||||
|
||||
|
||||
ENV TZ=Asia/Seoul
|
||||
|
||||
COPY entrypoint_hidche_db.sh /usr/local/bin/
|
||||
ENTRYPOINT ["entrypoint_hidche_db.sh"]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user