This commit is contained in:
daniel31x13 2024-11-12 22:16:42 -05:00
parent 162b120e55
commit 66a09fdc4b

View File

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