mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-18 17:05:17 +00:00
fix: docker: gritty
This commit is contained in:
parent
df21e81d5a
commit
56fc8b838a
4 changed files with 10 additions and 12 deletions
|
|
@ -10,8 +10,8 @@ COPY package.json /usr/src/app/
|
|||
RUN curl -fsSL https://bun.com/install | bash && \
|
||||
ln -s /root/.bun/bin/bun /usr/local/bin/bun && \
|
||||
chmod +x /usr/local/bin/bun && \
|
||||
bun i --production --no-save && \
|
||||
bun i gritty --production --no-save && \
|
||||
bun r gritty --omit dev && \
|
||||
bun i gritty --omit dev && \
|
||||
bun pm cache rm
|
||||
|
||||
COPY . /usr/src/app
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue