Skip to content

Commit

Permalink
removed copy config.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
Allan-Nava authored Aug 1, 2023
1 parent 469b4f7 commit 2ff80d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ WORKDIR /app
COPY --from=builder /app/listmonk-messenger.bin .

# Copy the config.toml file (adjust the path if necessary)
COPY config.toml .
#COPY config.toml .

# Expose the port that the application listens on (adjust if necessary)
EXPOSE 8082
Expand Down

0 comments on commit 2ff80d6

Please sign in to comment.