container 의 entrypoint에서 여러개의 명령을 실행 할 때
container 의 entrypoint에서 여러개의 명령을 실행 할 때 각 명령어는 “;”으로 구분하고 sh 를 사용한다.…
Read Morecontainer 의 entrypoint에서 여러개의 명령을 실행 할 때 각 명령어는 “;”으로 구분하고 sh 를 사용한다.…
Read More#!/usr/bin/env shset -eu# 템플릿 파일 ‘/etc/nginx/conf.d/default.conf.template’ 의 내용 중 ‘${API_HOST}’와 ‘${API_PORT}’ 의 값 을 os변수의…
Read More