Skip to content

Commit

Permalink
Merge pull request #118 from panoratech/test-docker-backend-ci
Browse files Browse the repository at this point in the history
🚀 Checking Docker build on push
  • Loading branch information
rflihxyz authored Dec 5, 2023
2 parents 5030d0a + d8a2d6f commit 7285755
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/api/.env.example
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ ZENDESK_CLIENT_SECRET=

OAUTH_REDIRECT_BASE='https://api-staging.panora.dev/'

ENCRYPT_CRYPTO_SECRET_KEY= # key for encrypting tokens ! NEVER SHARE !
ENCRYPT_CRYPTO_SECRET_KEY= # key for encrypting tokens ! NEVER SHARE
2 changes: 1 addition & 1 deletion packages/api/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@ RUN pnpm run build

EXPOSE 3000

# Start the server using the production build
# Start the server
CMD [ "node", "dist/src/main.js" ]

0 comments on commit 7285755

Please sign in to comment.