Skip to content

Commit

Permalink
Adjust Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Rados13 committed Mar 15, 2024
1 parent 1c5a88b commit 350edb7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ WORKDIR /root/project

RUN source ~/.cargo/env && cargo build --release --no-default-features

# FROM elixir:1.16.2-otp-25 AS build_elixir
FROM elixir:1.16.2-otp-25 AS build_elixir

# Set locale to UTF-8
Expand All @@ -43,7 +44,6 @@ RUN apt-get update \
cmake \
libssl-dev \
libsrtp2-dev \
ffmpeg \
clang-format \
libopus-dev \
pkgconf \
Expand Down Expand Up @@ -74,10 +74,10 @@ RUN cd /tmp/ \
&& cd / \
&& rm -rf /tmp/*

ENV COMPOSITOR_PATH=/app/compositor/video_compositor

WORKDIR /app

ENV COMPOSITOR_PATH=/app/compositor/video_compositor
COPY --from=builder /root/project/target/release compositor


Expand Down

0 comments on commit 350edb7

Please sign in to comment.