fix: fix CMD in Dockerfile

This commit is contained in:
Johannes Loher 2018-12-19 00:49:34 +01:00
parent 2a8c155189
commit 2492295216

View file

@ -20,4 +20,4 @@ RUN useradd --user-group --create-home --shell /bin/false app && \
chown -R app:app /dlang/d-webservice-example
USER app
CMD ["/dlang/d-webservice-example/d-webservice-example]
CMD ["/dlang/d-webservice-example/d-webservice-example"]