Merge pull request #837 from linkwarden/dev

bug fix
This commit is contained in:
Daniel 2024-11-12 22:18:25 -05:00 committed by GitHub
commit e41ba2668f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -34,8 +34,8 @@ RUN set -eux && \
COPY . .
RUN yarn prisma generate
RUN yarn build
RUN yarn prisma generate && \
yarn build --ignore-engines
EXPOSE 3000