DS
Size: a a a
DS
ST
ГХ
SG
ГХ
AS
CA
SG
SG
SG
SG
SG
CA
CA
FROM node:alpine
WORKDIR /home/app/frontend/
COPY . /home/app/frontend/
RUN yarn
RUN yarn build
CA
react:
build:
context: ./frontend
env_file:
- ./frontend/.env
volumes:
- build_folder:/home/app/frontend/build
networks:
- my-network
SG
SG
CA