Skip to content

Latest commit

 

History

History
33 lines (26 loc) · 401 Bytes

File metadata and controls

33 lines (26 loc) · 401 Bytes

Environment variables

Copy ./.env.sample to ./.env end make sure all variables are set.

Start server

npm ci
npm build
npm start

Build image

docker build ./ -t frontendermagazine/article --label frontendermagazine

or

npm run build

Publish

docker login
docker push frontendermagazine/article

or

docker login
npm run publish