Go to file
Andre Medeiros 70932f1ad9 Add readme; build/release script 2018-07-11 09:30:32 -04:00
script Add readme; build/release script 2018-07-11 09:30:32 -04:00
Dockerfile Add readme; build/release script 2018-07-11 09:30:32 -04:00
README.md Add readme; build/release script 2018-07-11 09:30:32 -04:00

README.md

Embark for Docker

Updating versions

  • Open Dockerfile
  • On the ENV directive, update necessary versions.

An exception to this is the NodeJS version, which needs to be updated in the FROM directive instead.

Building

Building requires Docker to be installed on your local machine. To build, run:

$ script/build

Releasing

Releasing requires that you're authenticated to Docker Hub. To do so, run:

$ docker login

After, or if you're already authenticated, run:

$ script/build --release