fix expose

This commit is contained in:
Rizky 2024-01-21 12:51:48 +07:00
parent 46e95a03e2
commit 5946b6da58
1 changed files with 1 additions and 1 deletions

View File

@ -11,5 +11,5 @@ RUN npm i -g node-gyp-build-optional-packages @parcel/watcher
RUN bun install RUN bun install
RUN bun run build RUN bun run build
EXPOSE 3000 EXPOSE 4550
CMD [ "bun run prod" ] CMD [ "bun run prod" ]