Skip to content

Commit

Permalink
fix: docker image build
Browse files Browse the repository at this point in the history
  • Loading branch information
ABeltramo committed Apr 17, 2024
1 parent 9936e49 commit e4d4c9e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@
!src
!CMakeLists.txt
!include
!cmake/
!docker/startup.sh
2 changes: 1 addition & 1 deletion docker/web-server.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ RUN --mount=type=cache,target=/cache/ccache \
-G Ninja && \
ninja -C $CMAKE_BUILD_DIR input-server && \
# We have to copy out the built executables because this will only be available inside the buildkit cache
cp $CMAKE_BUILD_DIR/src/server/input-server /inputtino/input-server
cp $CMAKE_BUILD_DIR/input-server /inputtino/input-server



Expand Down

0 comments on commit e4d4c9e

Please sign in to comment.