Skip to content

Commit 5429993

Browse files
committed
fix: fix rocket entrypoint
1 parent 8e75bed commit 5429993

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Framework/rocket/0.5.1/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM ghcr.io/labring-actions/devbox/rust-1.81.0:669362
22

33
RUN cd /home/devbox/project && \
44
rm -rf ./*
5-
5+
66
USER root
77
COPY /Framework/rocket/0.5.1/project /home/devbox/project
88

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
#!/bin/bash
2-
cd /home/sealos/project/target/release
2+
cd /home/devbox/project/target/release
33
./hello

0 commit comments

Comments
 (0)