Dockerfile and main.rs changes revert
All checks were successful
Deploy to VPS / deploy (push) Successful in 1m1s
All checks were successful
Deploy to VPS / deploy (push) Successful in 1m1s
This commit is contained in:
@@ -9,7 +9,7 @@ RUN apk add --no-cache curl && \
|
||||
ENV PATH="/root/.cargo/bin:$PATH"
|
||||
|
||||
COPY . /app
|
||||
RUN cd /app && cargo build --release && cp target/release/ssh-tui /app/tui
|
||||
RUN cd /app && cargo build --release && cp target/release/ssh-tui /app/tui && chmod +x /app/tui
|
||||
|
||||
EXPOSE 22
|
||||
CMD ["/usr/local/bin/sshserver"]
|
||||
|
||||
Reference in New Issue
Block a user