fix dockerfile 17
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
2025-10-24 21:28:12 +02:00
parent 5f3fe359bd
commit 9e9c607fa3
2 changed files with 7 additions and 9 deletions

View File

@@ -15,13 +15,11 @@ COPY start.sh /usr/local/bin/start.sh
# Make start script executable
RUN chmod +x /usr/local/bin/start.sh
USER knot
WORKDIR /var/lib/knot
VOLUME /etc/knot
VOLUME /var/lib/knot
EXPOSE 8053
EXPOSE 53
CMD [ "/usr/local/bin/start.sh" ]