This commit is contained in:
Rizky 2024-01-22 01:58:52 +07:00
parent 537d5cf047
commit 6efe92a49f
1 changed files with 3 additions and 1 deletions

View File

@ -12,7 +12,9 @@ RUN apt-get install nodejs -yq
RUN npm i -g @parcel/watcher node-gyp-build-optional-packages node-gyp pnpm
RUN PATH="/usr/lib/node_modules/npm/bin:$PATH"
RUN bun install
RUN bun run build
EXPOSE 4550/tcp
CMD [ "deploy.sh" ]
CMD [ "bun", "run", "deploy" ]