Expose the right port.

This commit is contained in:
Dave Smith-Hayes 2024-08-11 20:44:11 -04:00
parent ca70363edd
commit c7a3af96f7

View File

@ -10,5 +10,7 @@ RUN bun install --frozen-lockfile
COPY ./src ./src COPY ./src ./src
COPY ./posts ./posts COPY ./posts ./posts
EXPOSE 3000
USER bun USER bun
CMD [ "bun", "src/index.tsx" ] CMD [ "bun", "src/index.tsx" ]