fix: typo in config sample toml file

This commit is contained in:
Abhinav Raut
2025-02-23 15:08:48 +05:30
parent 94e9f0f3de
commit edd629276d

View File

@@ -9,7 +9,7 @@ WORKDIR /libredesk
# Copy necessary files
COPY libredesk .
COPY config.toml.sample config.toml
COPY config.sample.toml config.toml
# Expose port 9000 for the application
EXPOSE 9000