This commit is contained in:
@@ -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" ]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user