ooop1 / Dockerfile
dongsiqie's picture
Update Dockerfile
64a9b2b
raw
history blame contribute delete
81 Bytes
FROM ghcr.io/mckaywrigley/chatbot-ui:main
EXPOSE 3000
CMD ["npm", "run", "start"]