소스 검색

Testing: Get user information

2xB 2 년 전
부모
커밋
474c62a670
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  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"