Removed apk cache command

pull/244/head
Uruk 1 year ago
parent b5e8993b8d
commit 0e2439a0d0

@ -7,5 +7,4 @@ FROM node:20.9.0-alpine
WORKDIR /opt/ass-src/ WORKDIR /opt/ass-src/
COPY . ./ COPY . ./
RUN npm i --save-dev && npm run build RUN npm i --save-dev && npm run build
CMD npm start CMD npm start
RUN rm -rf /var/cache/apk/*
Loading…
Cancel
Save