mirror of
https://github.com/codex-team/codex.docs.git
synced 2025-08-07 22:45:23 +02:00
fix deps
This commit is contained in:
parent
2d8b85729d
commit
5005afd7ee
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ RUN apk add --no-cache git gcc g++ python3 make musl-dev
|
|||
|
||||
COPY package.json yarn.lock ./
|
||||
|
||||
RUN yarn install --prod
|
||||
RUN yarn install
|
||||
|
||||
COPY . .
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue