fix: fix CMD in Dockerfile
This commit is contained in:
parent
2a8c155189
commit
2492295216
1 changed files with 1 additions and 1 deletions
|
@ -20,4 +20,4 @@ RUN useradd --user-group --create-home --shell /bin/false app && \
|
||||||
chown -R app:app /dlang/d-webservice-example
|
chown -R app:app /dlang/d-webservice-example
|
||||||
USER app
|
USER app
|
||||||
|
|
||||||
CMD ["/dlang/d-webservice-example/d-webservice-example]
|
CMD ["/dlang/d-webservice-example/d-webservice-example"]
|
||||||
|
|
Loading…
Reference in a new issue