docker + linux build fix
This commit is contained in:
parent
4337345103
commit
f4f60d38b8
@ -1 +1,3 @@
|
||||
build
|
||||
CMakeCache.txt
|
||||
ws/CMakeCache.txt
|
||||
|
@ -44,4 +44,5 @@ RUN ldd /usr/local/bin/ws
|
||||
USER app
|
||||
WORKDIR /home/app
|
||||
|
||||
CMD ["ws"]
|
||||
ENTRYPOINT ["ws"]
|
||||
CMD ["--help"]
|
||||
|
@ -13,6 +13,7 @@
|
||||
#include <sstream>
|
||||
#include <future>
|
||||
#include <string.h>
|
||||
#include <assert.h>
|
||||
|
||||
namespace ix
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user