xukc commited on
Commit
3b47efe
·
1 Parent(s): a8ba146

[fix]Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -50,7 +50,7 @@ WORKDIR /app
50
  COPY . .
51
 
52
  # Compile the C++ program
53
- RUN g++ -std=c++14 -g -o proxyServer hv_utils.cpp tcp_inbound.cpp main.cpp -I include -I include/bolt -lhv -lspdlog
54
 
55
  RUN apt-get install -y tzdata
56
 
 
50
  COPY . .
51
 
52
  # Compile the C++ program
53
+ RUN g++ -std=c++14 -g -o proxyServer hv_utils.cpp tcp_inbound.cpp main.cpp -I include include -I include/bolt -lhv -lspdlog
54
 
55
  RUN apt-get install -y tzdata
56