A
Size: a a a
A
AD
AD
AD
И
AD
AD
A
A
A
AD
A
AD
A
H
version: '3'
services:
env_file:
- .env
bash:
image: bash:latest
db:
image: postgres:alpine
version: '3'
services:
bash:
env_file:
- .env
image: bash:latest
db:
image: postgres:alpine
A
H
echo ${MY_ENV}
RB
MT
lint:
image: node:10.8.0-jessie
stage: test
script:
- npm ci
- npm run lint
MG