Dockerfile no longer adds the hardcoded config.xml

This commit is contained in:
Shane Perry 2017-05-25 21:32:49 -05:00
parent 5e085fc42a
commit 92ae28d0da
1 changed files with 0 additions and 1 deletions

View File

@ -37,7 +37,6 @@ RUN mkdir -p /app/code \
WORKDIR /app/code
ADD nginx.conf /app/code/nginx.conf
ADD config.xml /app/code/config.xml.default
ADD inittab /etc/inittab
ADD start.sh /app/code/start.sh