mirror of
https://github.com/abhinavxd/libredesk.git
synced 2025-10-23 05:11:57 +00:00
fix: typo in config sample toml file
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user