Spaces:
Build error
Build error
Update Dockerfile
Browse files- 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
|
| 12 |
|
| 13 |
RUN mkdir build
|
| 14 |
-
WORKDIR /app/globed2/
|
| 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 |
|