V
Size: a a a
G
AR
G
EF
PK
EF
PK
EF
EF
EF
PK
EF
client:
container_name: native-client
build: ./client
volumes:
- /app/node_modules
- ./client:/app
EF
FROM node:alpine
WORKDIR "/app"
COPY ./package.json ./
RUN npm install
COPY ./ ./
CMD ["npm", "run", "serve"]
PK
client:
container_name: native-client
build: ./client
volumes:
- /app/node_modules
- ./client:/app
EF
EF
П️
AR
П️
172.19.0.1