mirror of
https://github.com/kingomarnajjar/desktop-environment.git
synced 2026-07-26 06:37:21 +10:00
logging
This commit is contained in:
parent
c9df069259
commit
c3c58e0ae7
1 changed files with 3 additions and 0 deletions
|
|
@ -66,6 +66,9 @@ RUN wget -O code.deb -nv https://go.microsoft.com/fwlink/?LinkID=760868 && \
|
|||
RUN yarn global add \
|
||||
http-server
|
||||
|
||||
# System environment configuration
|
||||
ENV S6_LOGGING 1
|
||||
|
||||
# SSH daemon config
|
||||
RUN echo 'ListenAddress 0.0.0.0\nPort 8022' > /etc/ssh/sshd_config
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue