1
0
Fork 0
mirror of https://github.com/codex-team/codex.docs.git synced 2025-08-07 22:45:23 +02:00
This commit is contained in:
Nikita Melnikov 2022-03-05 17:56:29 +04:00
parent 2d8b85729d
commit 5005afd7ee

View file

@ -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 . .