Skip to content

Commit

Permalink
Merge pull request #399 from Klimatbyran/staging
Browse files Browse the repository at this point in the history
fix image compatability with prisma
  • Loading branch information
Greenheart authored Dec 6, 2024
2 parents 6dd91f4 + fcc8db5 commit 5ccd3f3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 2 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
FROM alpine:latest
FROM node:lts-alpine3.20

RUN apk update
RUN apk add --no-cache \
nodejs=22.11.0-r0 \
npm=10.9.1-r0 \
chromium \
nss \
freetype \
Expand All @@ -20,7 +18,7 @@ RUN apk add --no-cache \
giflib-dev \
libjpeg-turbo-dev \
ghostscript \
graphicsmagick=1.3.45-r0
graphicsmagick

COPY package*.json /app/
COPY prisma /app/
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ Next time, you can start the containers back up using
docker start garbo_redis garbo_postgres garbo_chroma garbo_ingestor
```

You may want a graphical user interface to make it easier to manage your local containers. [Podman desktop](https://podman-desktop.io/) and [Rancher desktop](https://rancherdesktop.io/) are both good alternatives.
You may want a graphical user interface to make it easier to manage your local containers. [Podman desktop](https://podman-desktop.io/) and [Rancher desktop](https://rancherdesktop.io/) are both good alternatives

### Seeding the database for development

Expand Down

0 comments on commit 5ccd3f3

Please sign in to comment.