Merge pull request #710 from arran4/patch-1

Please 'EXPOSE' port 3000
This commit is contained in:
Daniel 2024-09-13 01:57:56 -04:00 committed by GitHub
commit a5b1952e0d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -37,4 +37,6 @@ COPY . .
RUN yarn prisma generate && \ RUN yarn prisma generate && \
yarn build yarn build
EXPOSE 3000
CMD yarn prisma migrate deploy && yarn start CMD yarn prisma migrate deploy && yarn start