Merge pull request #835 from linkwarden/dev

minor change
This commit is contained in:
Daniel 2024-11-12 18:22:28 -05:00 committed by GitHub
commit e50143ca7e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 2 deletions

View File

@ -1,6 +1,7 @@
name: Create and publish a container image on release
on:
workflow_dispatch:
push:
tags:
- "*"

View File

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