docker + linux build fix

This commit is contained in:
Benjamin Sergeant 2019-04-17 22:52:03 -07:00
parent 4337345103
commit f4f60d38b8
3 changed files with 5 additions and 1 deletions

View File

@ -1 +1,3 @@
build
CMakeCache.txt
ws/CMakeCache.txt

View File

@ -44,4 +44,5 @@ RUN ldd /usr/local/bin/ws
USER app
WORKDIR /home/app
CMD ["ws"]
ENTRYPOINT ["ws"]
CMD ["--help"]

View File

@ -13,6 +13,7 @@
#include <sstream>
#include <future>
#include <string.h>
#include <assert.h>
namespace ix
{