[#31] Config file is now copied into images

This commit is contained in:
Jef Roosens 2021-04-17 14:19:53 +02:00
parent adbe6d1fb7
commit 0bd09db295
Signed by: Jef Roosens
GPG key ID: B580B976584B5F30
2 changed files with 1 additions and 1 deletions

View file

@ -4,6 +4,7 @@ FROM chewingbever/fej-builder:latest
ENV RUST_BACKTRACE 1
COPY --chown=builder:builder ./docker/entrypoint_dev.sh /entrypoint.sh
COPY --chown=builder:builder ./Rocket.toml /app/Rocket.toml
ENTRYPOINT ["/entrypoint.sh"]
CMD ["run", "--bin", "server"]