Skip to content

Commit

Permalink
fix dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
squi-ddy authored Dec 27, 2023
1 parent 6c3602c commit a31065d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ USER static
WORKDIR /home/static

COPY . /data/www
RUN mv /data/www/httpd.conf /data
RUN mv /data/www/httpd.conf /data/httpd.conf
CMD ["busybox", "httpd", "-f", "-v", "-p", "80", "-h", "/data/www", "-c", "/data/httpd.conf"]

0 comments on commit a31065d

Please sign in to comment.