Browse Source

fix docker

pull/2/head
Muhammad Sulaiman Yusuf 2 years ago
parent
commit
896d90fbb5
  1. 2
      Dockerfile

2
Dockerfile

@ -4,7 +4,7 @@ WORKDIR /app
COPY package*.json ./
RUN apk add --no-cache --virtual git make python2 python3 py3-pip g++
RUN apk add --no-cache git make python2 python3 py3-pip g++
RUN npm i -g npm@9.1.1

Loading…
Cancel
Save