Skip to content

Commit 2765a5a

Browse files
committed
cleanup
1 parent 7310cf7 commit 2765a5a

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

deploy/docker/Dockerfile.images

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ RUN mkdir -p \
7373
crates/openshell-router/src \
7474
crates/openshell-sandbox/src \
7575
crates/openshell-server/src \
76+
crates/openshell-server/src/bin \
7677
crates/openshell-tui/src \
7778
crates/openshell-vm/src && \
7879
touch crates/openshell-bootstrap/src/lib.rs && \
@@ -89,6 +90,7 @@ RUN mkdir -p \
8990
printf 'fn main() {}\n' > crates/openshell-sandbox/src/main.rs && \
9091
touch crates/openshell-server/src/lib.rs && \
9192
printf 'fn main() {}\n' > crates/openshell-server/src/main.rs && \
93+
printf 'fn main() {}\n' > crates/openshell-server/src/bin/openshell-gateway.rs && \
9294
touch crates/openshell-tui/src/lib.rs && \
9395
touch crates/openshell-vm/src/lib.rs && \
9496
printf 'fn main() {}\n' > crates/openshell-vm/src/main.rs
@@ -123,6 +125,7 @@ COPY crates/openshell-server/ crates/openshell-server/
123125
RUN touch \
124126
crates/openshell-core/build.rs \
125127
crates/openshell-server/src/main.rs \
128+
crates/openshell-server/src/bin/openshell-gateway.rs \
126129
proto/*.proto && \
127130
if [ -n "${OPENSHELL_CARGO_VERSION:-}" ]; then \
128131
sed -i -E '/^\[workspace\.package\]/,/^\[/{s/^version[[:space:]]*=[[:space:]]*".*"/version = "'"${OPENSHELL_CARGO_VERSION}"'"/}' Cargo.toml; \

0 commit comments

Comments
 (0)