Update Dockerfile
This commit is contained in:
parent
f97bbb0872
commit
0825c281f2
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ COPY . .
|
||||||
RUN bun run build
|
RUN bun run build
|
||||||
|
|
||||||
# Expose the port your app runs on (change if needed)
|
# Expose the port your app runs on (change if needed)
|
||||||
EXPOSE 3000
|
EXPOSE 4321
|
||||||
|
|
||||||
# Start the server
|
# Start the server
|
||||||
CMD ["bun", "run", "start"]
|
CMD ["bun", "run", "start"]
|
Loading…
Reference in a new issue