Skip to content

Commit

Permalink
Updated Dockerfile to include VOLUME definition
Browse files Browse the repository at this point in the history
  • Loading branch information
chrissmith-mcafee committed Aug 10, 2017
1 parent 6c7fa8f commit 6f1f720
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion dxlbootstrap/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

from __future__ import absolute_import

__version__ = "0.1.0"
__version__ = "0.1.1"


def get_version():
Expand Down
2 changes: 2 additions & 0 deletions dxlbootstrap/generate/templates/app/static/Dockerfile.tmpl
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Base image from Python 2.7 (alpine)
FROM python:2.7-alpine

VOLUME ["/opt/${name}-config"]

# Install required packages
${pipInstall}

Expand Down

0 comments on commit 6f1f720

Please sign in to comment.