Skip to content

Commit

Permalink
updated Dockerfile & .env.example
Browse files Browse the repository at this point in the history
  • Loading branch information
richard483 committed Jan 3, 2024
1 parent 52c21c4 commit 46abd12
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 2 deletions.
21 changes: 19 additions & 2 deletions .env.example
Original file line number Diff line number Diff line change
@@ -1,2 +1,19 @@
DATABASE_URL="postgresql://postgres:postgres@localhost:5432/8T-Auth"
JWT_SECRET="ruby-sapphire"
PORT=3000
RESET=1
JWT_SECRET=

DIRECT_URL=
DATABASE_URL=
# DATABASE_URL="postgresql://postgres:postgres@localhost:5432/8T-Auth"
GOOGLE_CLIENT_ID=
GOOGLE_CLIENT_SECRET=
FIREBASE_STORAGE_BUCKET=
FIREBASE_API_KEY=
BACK_END_URL=https://api-8-tech.koyeb.app/

XENDIT_SECRET_KEY=xnd_development_
XENDIT_URL=https://api.xendit.co
XENDIT_AUTH=

HOSTNAME=0.0.0.0
npm_package_version=4.0.1
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ COPY . /usr/src/app

RUN npm ci

RUN npm run migrate

RUN npm run build

EXPOSE 3000
Expand Down

0 comments on commit 46abd12

Please sign in to comment.