Set the application to run on 5000 instead of 3000
This commit is contained in:
parent
19776ca105
commit
c316c046db
@ -11,6 +11,6 @@ COPY ./src ./src
|
|||||||
COPY ./posts ./posts
|
COPY ./posts ./posts
|
||||||
|
|
||||||
USER bun
|
USER bun
|
||||||
EXPOSE 3000
|
EXPOSE 5000
|
||||||
|
|
||||||
CMD [ "bun", "src/index.tsx" ]
|
CMD [ "bun", "src/index.tsx" ]
|
||||||
|
Loading…
Reference in New Issue
Block a user