mirror of
https://github.com/c0de-archive/django-cms.git
synced 2025-08-09 16:38:46 +00:00
dockerfile consistency change
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
FROM python:2.7
|
||||
|
||||
WORKDIR /src
|
||||
ADD . /src
|
||||
ADD ./cms /src
|
||||
|
||||
RUN set -ex \
|
||||
&& curl -L https://raw.githubusercontent.com/vishnubob/wait-for-it/master/wait-for-it.sh -o /usr/local/bin/wait-for-it.sh \
|
||||
|
Reference in New Issue
Block a user