Skip to content

Commit

Permalink
refactor(idp): Deno Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
bouassaba committed Dec 13, 2024
1 parent 2e0c79d commit 08ffe9d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3,811 deletions.
11 changes: 4 additions & 7 deletions idp/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,19 +8,16 @@
# by the GNU Affero General Public License v3.0 only, included in the file
# AGPL-3.0-only in the root of this repository.

FROM oven/bun:1-alpine
FROM denoland/deno:alpine-2.1.4

WORKDIR /app

COPY src ./src
COPY templates ./templates
COPY .env .
COPY package.json .
COPY bun.lockb .
COPY tsconfig.json .
COPY deno.json .
COPY deno.lock .

RUN bun install --frozen-lockfile --production

ENTRYPOINT ["bun", "run", "start"]
ENTRYPOINT ["deno", "task", "start"]

EXPOSE 8081
Binary file added ui/bun.lockb
Binary file not shown.
Loading

0 comments on commit 08ffe9d

Please sign in to comment.