misc: prepare master branch

This commit is contained in:
meeg_leeto 2022-04-30 02:49:35 +01:00
parent ee7c67dfbf
commit fbeee0342d
2 changed files with 2 additions and 2 deletions

View File

@ -19,7 +19,7 @@ RUN rm ./target/${PROFILE:-release}/deps/lonk*
RUN cargo build
# Execution container
FROM rust:latest
FROM rust:slim
WORKDIR /
ARG PROFILE
COPY --from=builder /lonk/target/${PROFILE:-release}/lonk /bin/lonk

View File

@ -6,7 +6,7 @@ services:
build:
context: .
args:
PROFILE: debug
PROFILE: release
environment:
- LONK_CONFIG=/data/config.json
volumes: