Skip to content

Commit 25e49fa

Browse files
committed
Merge pull request #2832 from aledbf/add_version_to_dockerfiles
feat(docker): add env DEIS_RELEASE
2 parents 89883a0 + d853a99 commit 25e49fa

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,3 +30,6 @@ ADD . /app
3030

3131
# Create static resources
3232
RUN /app/manage.py collectstatic --settings=deis.settings --noinput
33+
34+
ENV DEIS_RELEASE 1.2.0-dev
35+

0 commit comments

Comments
 (0)