Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/panoratech/Panora
Browse files Browse the repository at this point in the history
  • Loading branch information
naelob committed Nov 13, 2023
2 parents 54e62b8 + c9fd201 commit 3fb03f2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 1 addition & 2 deletions packages/api/.dockerignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
node_modules
.env
.git
.gitignore
*.md
dist
dist
4 changes: 3 additions & 1 deletion packages/api/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@ FROM node:16-alpine AS base

ENV PNPM_HOME="/pnpm"
ENV PATH="$PNPM_HOME:$PATH"
ENV DATABASE_URL="${DATABASE_URL}"
ARG DATABASE_URL
ENV DATABASE_URL "$DATABASE_URL"
#ENV DATABASE_URL="${DATABASE_URL}"
ENV JWT_SECRET="${JWT_SECRET}"

RUN corepack enable
Expand Down

0 comments on commit 3fb03f2

Please sign in to comment.