Please 'EXPOSE' port 3000
This is so I can setup up Synology correctly
This commit is contained in:
parent
f944345745
commit
334ad9f3dc
|
@ -37,4 +37,6 @@ COPY . .
|
|||
RUN yarn prisma generate && \
|
||||
yarn build
|
||||
|
||||
EXPOSE 3000
|
||||
|
||||
CMD yarn prisma migrate deploy && yarn start
|
Ŝarĝante…
Reference in New Issue