mirror of
https://github.com/donaldzou/WGDashboard.git
synced 2025-12-16 08:26:17 +00:00
refac: rework tailing of logs in the Docker entrypoint (#1021)
* chore: add debug workflow * chore: testing fix * chore: try next option * refac: tailing logs --------- Co-authored-by: DaanSelen <dselen@systemec.nl>
This commit is contained in:
@@ -76,7 +76,7 @@ RUN apk add --no-cache \
|
||||
# Copy the requirements file into the build layer.
|
||||
COPY ./src/requirements.txt /opt/wgdashboard/src
|
||||
RUN if [ "$TARGETPLATFORM" = "linux/arm/v7" ]; then \
|
||||
sed -i 's|psycopg\[binary\]|psycopg[c]|' /opt/wgdashboard/src/requirements.txt; \
|
||||
sed -i 's|psycopg\[binary\]|psycopg[c]|' /opt/wgdashboard/src/requirements.txt; \
|
||||
fi; \
|
||||
cat /opt/wgdashboard/src/requirements.txt
|
||||
|
||||
|
||||
Reference in New Issue
Block a user