AW
Size: a a a
AW
AW
AW
ДЛ
ДЛ
AW
AW
ДЛ
AW
ДЛ
AW
ДЛ
S
М(
ZS
BI
ZS
FROM node:16
RUN mkdir /ec_frontend
WORKDIR /ec_frontend
COPY ./package.json /ec_frontend
RUN npm install
COPY . /ec_frontend
RUN npm run build
CMD ["npm", "start"]
server {
listen 80.249.145.36:80;
root /home/boss/webapps/mysite.com;
index index.html;
location / {
try_files $uri.html $uri $uri/ =404;
}
}
ZS
BI