NEXT_PUBLIC_API_URL에 포트 8080 추가
This commit is contained in:
parent
cf2b5d4e80
commit
c669374156
|
|
@ -113,7 +113,7 @@ ENV NODE_ENV=production \
|
||||||
KMA_API_KEY="ogdXr2e9T4iHV69nvV-IwA" \
|
KMA_API_KEY="ogdXr2e9T4iHV69nvV-IwA" \
|
||||||
ITS_API_KEY="d6b9befec3114d648284674b8fddcc32" \
|
ITS_API_KEY="d6b9befec3114d648284674b8fddcc32" \
|
||||||
NEXT_TELEMETRY_DISABLED="1" \
|
NEXT_TELEMETRY_DISABLED="1" \
|
||||||
NEXT_PUBLIC_API_URL="https://logistream.kpslp.kr/api"
|
NEXT_PUBLIC_API_URL="https://logistream.kpslp.kr:8080/api"
|
||||||
|
|
||||||
# 비특권 사용자로 전환
|
# 비특권 사용자로 전환
|
||||||
USER nodejs
|
USER nodejs
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue