wip fix
This commit is contained in:
parent
537d5cf047
commit
6efe92a49f
|
|
@ -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" ]
|
||||
|
|
|
|||
Loading…
Reference in New Issue