JacobiteDE
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
Dockerfile.armv6
|
|
@ -64,7 +64,7 @@ RUN cargo build --features ${DB} --release --target=arm-unknown-linux-gnueabi -v |
|
|
|
######################## RUNTIME IMAGE ######################## |
|
|
|
# Create a new stage with a minimal image |
|
|
|
# because we already have a binary built |
|
|
|
FROM balenalib/rpi-debian |
|
|
|
FROM balenalib/rpi-debian:stretch |
|
|
|
|
|
|
|
ENV ROCKET_ENV "staging" |
|
|
|
ENV ROCKET_PORT=80 |
|
|
|