Browse Source

Testing: Get user information

2xB 2 years ago
parent
commit
474c62a670
1 changed files with 2 additions and 0 deletions
  1. 2 0
      Dockerfile

+ 2 - 0
Dockerfile

@@ -7,3 +7,5 @@ COPY ./docker/custom-httpd.conf /usr/local/apache2/conf/httpd.conf
 RUN chown -R www-data /usr/local/apache2/logs
 
 USER www-data
+
+CMD "id"