fix: docker action issues
This commit is contained in:
parent
7f0246eb47
commit
22ac13f2f0
1 changed files with 1 additions and 1 deletions
|
|
@ -15,7 +15,7 @@ COPY . .
|
|||
|
||||
RUN npm install -g pnpm
|
||||
|
||||
RUN pnpm i
|
||||
RUN pnpm i --unsafe-perm=true
|
||||
|
||||
ENV HOST 0.0.0.0
|
||||
EXPOSE 3000
|
||||
|
|
|
|||
Loading…
Reference in a new issue