Please 'EXPOSE' port 3000

This is so I can setup up Synology correctly
This commit is contained in:
Arran Ubels 2024-08-17 11:56:00 +10:00 committed by GitHub
parent f944345745
commit 334ad9f3dc
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
CMD yarn prisma migrate deploy && yarn start EXPOSE 3000
CMD yarn prisma migrate deploy && yarn start