Working Dockerfile.

Changed single quotes to double quotes
This commit is contained in:
Scott Hussey 2017-06-14 13:31:03 -05:00
parent 776767f33e
commit ba4e56e308
1 changed files with 1 additions and 2 deletions

View File

@ -29,5 +29,4 @@ RUN python3 setup.py install
EXPOSE 9000
ENTRYPOINT ['/usr/bin/uwsgi']
CMD ['--http',':9000','-w','drydock_provisioner.drydock','--callable','drydock','--enable-threads','-L']
CMD ["/usr/bin/uwsgi","--http",":9000","-w","drydock_provisioner.drydock","--callable","drydock","--enable-threads","-L"]