build only main and server in their docker images
This commit is contained in:
parent
3d2e79da7f
commit
f7d4b7c343
5 changed files with 5 additions and 5 deletions
|
@ -9,7 +9,7 @@ WORKDIR /app
|
|||
|
||||
COPY . .
|
||||
|
||||
RUN make -j$(nproc)
|
||||
RUN make -j$(nproc) main
|
||||
|
||||
FROM ubuntu:$UBUNTU_VERSION as runtime
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue