Remove the expose port setting.

This commit is contained in:
Dave Smith-Hayes 2024-08-11 21:15:12 -04:00
parent c7a3af96f7
commit d1d9e45c47

View File

@ -10,7 +10,5 @@ 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" ]