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