mirror of
https://github.com/ViViDboarder/bitwarden_rs.git
synced 2024-11-16 18:26:37 +00:00
Merge pull request #74 from mprasil/env_fix
Move the ROCKET_ENV to the runtime image
This commit is contained in:
commit
dde7c0d99b
@ -6,7 +6,6 @@ FROM node:9-alpine as vault
|
|||||||
|
|
||||||
ENV VAULT_VERSION "1.27.0"
|
ENV VAULT_VERSION "1.27.0"
|
||||||
ENV URL "https://github.com/bitwarden/web/archive/v${VAULT_VERSION}.tar.gz"
|
ENV URL "https://github.com/bitwarden/web/archive/v${VAULT_VERSION}.tar.gz"
|
||||||
ENV ROCKET_ENV "staging"
|
|
||||||
|
|
||||||
RUN apk add --update-cache --upgrade \
|
RUN apk add --update-cache --upgrade \
|
||||||
curl \
|
curl \
|
||||||
@ -68,6 +67,8 @@ RUN cargo build --release
|
|||||||
# because we already have a binary built
|
# because we already have a binary built
|
||||||
FROM debian:stretch-slim
|
FROM debian:stretch-slim
|
||||||
|
|
||||||
|
ENV ROCKET_ENV "staging"
|
||||||
|
|
||||||
# Install needed libraries
|
# Install needed libraries
|
||||||
RUN apt-get update && apt-get install -y\
|
RUN apt-get update && apt-get install -y\
|
||||||
openssl\
|
openssl\
|
||||||
|
Loading…
Reference in New Issue
Block a user