mirror of
https://github.com/codex-team/codex.docs.git
synced 2025-08-07 14:35:26 +02:00
fix package name
This commit is contained in:
parent
c77fb1a3cc
commit
2d8b85729d
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
FROM node:16.14.0-alpine3.15
|
||||
|
||||
WORKDIR /usr/src/app
|
||||
RUN apk add --no-cache git gcc g++ python make musl-dev
|
||||
RUN apk add --no-cache git gcc g++ python3 make musl-dev
|
||||
|
||||
COPY package.json yarn.lock ./
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue