mkdir -p /app in generated Dockerfile
This commit is contained in:
parent
3ac9ecbd8f
commit
de3bb48493
1 changed files with 1 additions and 0 deletions
|
@ -57,6 +57,7 @@ def generate_dockerfile(deps, ports, cfgfile, devdir, python_version):
|
|||
'''
|
||||
FROM python:alpine{python_version}
|
||||
|
||||
RUN mkdir -p /app
|
||||
RUN mkdir -p /etc/platypush
|
||||
RUN mkdir -p /usr/local/share/platypush\n
|
||||
'''.format(python_version=python_version)).lstrip()
|
||||
|
|
Loading…
Reference in a new issue