fix npm commands

This commit is contained in:
hippoz 2022-04-27 23:53:10 +03:00
parent 129d2ea4ec
commit 851d2d683f
Signed by: hippoz
GPG key ID: 7C52899193467641

View file

@ -4,7 +4,7 @@ WORKDIR /app
COPY package*.json ./ COPY package*.json ./
RUN npm ci RUN npm i
COPY . . COPY . .
@ -12,7 +12,7 @@ RUN npm run build
WORKDIR /app/frontend WORKDIR /app/frontend
RUN npm ci RUN npm i
RUN npm run build RUN npm run build