1.8.2
,1.8
,latest
(1.8/Dockerfile)1.7.4
,1.7
(1.7/Dockerfile)1.6.6
,1.6
(1.6/Dockerfile)1.5.3
,1.5
(1.5/Dockerfile)1.4.4
,1.4
, (1.4/Dockerfile)1.3.4
,1.3
(1.3/Dockerfile)
This image should primarily be used as a project's base image. When used with
compose
this can be specified as the services image
.
/usr/src/app
is exposed at the images WORKDIR
. All project files should
be contained within this directory. Most likely you want to mount this directory
as a local volume
.
version: '3.6'
services:
app:
image: sticksnleaves/elixir-project:latest
volumes:
- .:/usr/src/app