Remove exposed network port, maybe this will work?

This commit is contained in:
Dave Smith-Hayes 2024-08-11 20:03:53 -04:00
parent c316c046db
commit ca70363edd

View File

@ -11,6 +11,4 @@ COPY ./src ./src
COPY ./posts ./posts COPY ./posts ./posts
USER bun USER bun
EXPOSE 5000
CMD [ "bun", "src/index.tsx" ] CMD [ "bun", "src/index.tsx" ]