Skip to content

Commit

Permalink
Merge pull request #169 from panoratech/docker-compose-fi
Browse files Browse the repository at this point in the history
📝 Update Docs & Dcoker
  • Loading branch information
rflihxyz authored Dec 15, 2023
2 parents 58044eb + 52070d0 commit 1d4b75d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 51 deletions.
49 changes: 0 additions & 49 deletions docs/favicon.svg

This file was deleted.

Binary file added docs/logo/favicon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion docs/mint.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"dark": "/logo/logo-panora-white.png",
"light": "/logo/logo-panora-white.png"
},
"favicon": "/favicon.svg",
"favicon": "logo/favicon.png",
"colors": {
"primary": "#000000",
"light": "#ffffff",
Expand Down
4 changes: 3 additions & 1 deletion packages/api/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,9 @@ RUN pnpm install

# Build the project
COPY --from=builder /app/out/full/ .
RUN pnpm turbo run build --filter=api...
#RUN pnpm turbo run build --filter=api...
#avoid pulling from db
RUN pnpm run build

# ========================================================================
FROM base AS runner
Expand Down

0 comments on commit 1d4b75d

Please sign in to comment.