ccprojects commited on
Commit
f80aebe
·
verified ·
1 Parent(s): faeaaaf

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -8,10 +8,10 @@ WORKDIR /app
8
 
9
  RUN git clone https://github.com/GlobedGD/globed2.git
10
 
11
- WORKDIR /app/globed2/server
12
 
13
  RUN mkdir build
14
- WORKDIR /app/globed2/server/build
15
 
16
  RUN cmake .. && make -j$(nproc)
17
 
 
8
 
9
  RUN git clone https://github.com/GlobedGD/globed2.git
10
 
11
+ WORKDIR /app/globed2
12
 
13
  RUN mkdir build
14
+ WORKDIR /app/globed2/build
15
 
16
  RUN cmake .. && make -j$(nproc)
17