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
+3 -1
View File
@@ -37,4 +37,6 @@ COPY . .
RUN yarn prisma generate && \
yarn build
CMD yarn prisma migrate deploy && yarn start
EXPOSE 3000
CMD yarn prisma migrate deploy && yarn start