minor change

This commit is contained in:
daniel31x13
2024-11-12 18:21:58 -05:00
parent 256c232a85
commit 162b120e55
2 changed files with 3 additions and 2 deletions
+1
View File
@@ -1,6 +1,7 @@
name: Create and publish a container image on release
on:
workflow_dispatch:
push:
tags:
- "*"
+2 -2
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