1
0
Fork 0
mirror of https://github.com/docker/awesome-compose.git synced 2025-04-25 18:28:07 +02:00

refacto(react-rust-postgres): replace rocket by actix-web (#153)

Signed-off-by: Jérémie Drouet <jeremie.drouet@gmail.com>
This commit is contained in:
Jérémie Drouet 2021-07-06 19:00:16 +02:00 committed by GitHub
parent 0ae9d4cea7
commit a13fabe604
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
14 changed files with 114 additions and 172 deletions

View file

@ -1,8 +1,4 @@
FROM jdrouet/rust-nightly:buster-slim AS base
RUN apt-get update \
&& apt-get install -y libpq-dev \
&& rm -rf /var/lib/apt/lists/*
FROM rust:buster AS base
ENV USER=root
ENV ROCKET_ADDRESS=0.0.0.0