Sabitlenmiş Tweet

@sswebcoder FROM node:lts as build
COPY . .
RUN npm install
RUN npm run build:prod
FROM nginx:latest
COPY --from=build ./build /usr/share/nginx/html
COPY nginx.confg /etc/nginx
CMD ["nginx"]
и жопа не отвалилась
Nikolay Pasynkov
856 posts







