fix: container: bin name
This commit is contained in:
parent
1b276ec4e8
commit
c06feaf790
1 changed files with 3 additions and 3 deletions
|
@ -20,11 +20,11 @@ RUN cargo build --release
|
||||||
|
|
||||||
FROM debian:latest
|
FROM debian:latest
|
||||||
RUN apt-get update && apt-get install -y libssl-dev ca-certificates
|
RUN apt-get update && apt-get install -y libssl-dev ca-certificates
|
||||||
RUN useradd -ms /bin/bash forgeflux
|
RUN useradd -ms /bin/bash vanikam
|
||||||
#RUN mkdir -p /var/www/forgeflux && chown forgeflux /var/www/forgeflux
|
#RUN mkdir -p /var/www/vanikam && chown vanikam /var/www/vanikam
|
||||||
RUN apt-get update && apt-get install -y ca-certificates
|
RUN apt-get update && apt-get install -y ca-certificates
|
||||||
COPY scripts/entrypoint.sh /usr/local/bin/entrypoint.sh
|
COPY scripts/entrypoint.sh /usr/local/bin/entrypoint.sh
|
||||||
RUN chmod +x /usr/local/bin/entrypoint.sh
|
RUN chmod +x /usr/local/bin/entrypoint.sh
|
||||||
COPY --from=rust /src/target/release/forgeflux /usr/local/bin/
|
COPY --from=rust /src/target/release/vanikam /usr/local/bin/
|
||||||
|
|
||||||
ENTRYPOINT ["/usr/local/bin/entrypoint.sh"]
|
ENTRYPOINT ["/usr/local/bin/entrypoint.sh"]
|
||||||
|
|
Loading…
Reference in a new issue