Skip to content

Commit

Permalink
[UPDATE]: 도커 파일
Browse files Browse the repository at this point in the history
  • Loading branch information
baeksom committed Jun 3, 2024
1 parent 79eef2a commit 41b9344
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,8 @@ jobs:
BUCKET_NAME=${{ secrets.BUCKET_NAME }}
IP=${{ secrets.IP }}
DEFAULT_PROFILE_IMG=${{ secrets.DEFAULT_PROFILE_IMG }}
MAIL_PASS=${{ secrets.MAIL_PASS }}
MAIL_ADDR=${{ secrets.MAIL_ADDR }}

pull_from_registry:
Expand Down
4 changes: 4 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ ARG NCP_SECRET_KEY
ARG BUCKET_NAME
ARG IP
ARG DEFAULT_PROFILE_IMG
ARG MAIL_ADDR
ARG MAIL_PASS

ENV DB_URL=$DB_URL
ENV DB_USER=$DB_USER
Expand All @@ -35,6 +37,8 @@ ENV NCP_SECRET_KEY=$NCP_SECRET_KEY
ENV BUCKET_NAME=$BUCKET_NAME
ENV IP=$IP
ENV DEFAULT_PROFILE_IMG=$DEFAULT_PROFILE_IMG
ENV MAIL_ADDR=$MAIL_ADDR
ENV MAIL_PASS=$MAIL_PASS

ENV TZ Asia/Seoul

Expand Down

0 comments on commit 41b9344

Please sign in to comment.