Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| ebc554cf5b | |||
| 908a68d231 |
@@ -10,6 +10,7 @@ RUN mkdir -p /docker-entrypoint-initdb.d
|
||||
COPY --chown=root:root --chmod=755 src/init.sh /init.sh
|
||||
|
||||
# Additional files
|
||||
RUN echo '$SERVER["socket"] == "[::]:80" { }' >> /etc/lighttpd/lighttpd.conf
|
||||
COPY --chown=root:root --chmod=644 src/index.html /var/www/localhost/htdocs/index.html
|
||||
|
||||
|
||||
|
||||
+1
-1
@@ -16,4 +16,4 @@ lldpd
|
||||
find /docker-entrypoint-initdb.d/ -type f -executable -exec /bin/sh {} \;
|
||||
|
||||
# Open Shell for User
|
||||
/bin/sh
|
||||
/bin/bash
|
||||
|
||||
Reference in New Issue
Block a user