Remove the expose port setting.
This commit is contained in:
parent
c7a3af96f7
commit
d1d9e45c47
@ -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" ]
|
||||||
|
Loading…
Reference in New Issue
Block a user