-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
2 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,10 @@ | ||
FROM php:apache | ||
|
||
#COPY entrypoint.sh ./ | ||
|
||
#Start an enable SSH | ||
RUN apt-get update \ | ||
&& apt-get -y install python3-pkg-resources python3 \ | ||
# && apt-get install -y --no-install-recommends dialog gunicorn3 \ | ||
# && apt-get install -y --no-install-recommends openssh-server \ | ||
#XKCD | ||
&& apt-get -y install xkcdpass | ||
# && echo "root:Docker!" | chpasswd \ | ||
# && chmod u+x ./entrypoint.sh | ||
|
||
#COPY sshd_config /etc/ssh/ | ||
COPY index.php /var/www/html/ | ||
|
||
#EXPOSE 80 8000 2222 | ||
EXPOSE 80 | ||
|
||
#ENTRYPOINT [ "./entrypoint.sh" ] | ||
EXPOSE 80 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters