forked from wazuh/wazuh-docker
Update Dockerfile
nginx copy command fix
This commit is contained in:
+1
-1
@@ -2,6 +2,6 @@ FROM nginx:latest
|
|||||||
|
|
||||||
RUN apt-get update && apt-get install -y openssl apache2-utils
|
RUN apt-get update && apt-get install -y openssl apache2-utils
|
||||||
|
|
||||||
COPY ./config/run.sh /run.sh
|
COPY config/run.sh /run.sh
|
||||||
|
|
||||||
RUN chmod 755 /run.sh
|
RUN chmod 755 /run.sh
|
||||||
|
|||||||
Reference in New Issue
Block a user