Skip to content

Commit

Permalink
copy config
Browse files Browse the repository at this point in the history
  • Loading branch information
sayem314 committed Sep 29, 2024
1 parent f3d4d6d commit 973c26e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,8 @@ WORKDIR /app
# Copy the binary from the builder stage
COPY --from=builder /app/lunarr .

# Set environment variables for host and port
ENV LUNARR_SERVER_HOST="0.0.0.0"
ENV LUNARR_SERVER_PORT="8484"
# Copy the configuration file
COPY lunarr.yml .

# Expose the port
EXPOSE 8484
Expand Down

0 comments on commit 973c26e

Please sign in to comment.