parent
ac72ab16ab
commit
ea88210e12
|
@ -8,6 +8,7 @@ FROM ekidd/rust-musl-builder AS builder
|
||||||
|
|
||||||
# You would normally add your source code to /home/rust/src like this.
|
# You would normally add your source code to /home/rust/src like this.
|
||||||
# ADD . ./
|
# ADD . ./
|
||||||
|
# RUN sudo chmod -R .
|
||||||
|
|
||||||
# ...but we're going to just create a new app instead for demo purposes.
|
# ...but we're going to just create a new app instead for demo purposes.
|
||||||
RUN cd .. && rm -r src && USER=rust cargo new --vcs none --bin --name hello src
|
RUN cd .. && rm -r src && USER=rust cargo new --vcs none --bin --name hello src
|
||||||
|
|
Loading…
Reference in a new issue