1
0
Fork 0
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:
Nikita Melnikov 2022-03-05 17:52:41 +04:00
parent c77fb1a3cc
commit 2d8b85729d

View file

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