We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
in this docker file:
FROM zhhhy/lampp ADD ./day1/ /var/www/html RUN ls /var/www/html/ RUN chmod 777 /var/www/html/run.sh CMD ["sh","/var/www/html/run.sh"] EXPOSE 80
use zhhhy/lampp as a default images, however, it's not found now, mayble it's owner has deleted it.
zhhhy/lampp
The text was updated successfully, but these errors were encountered:
Sorry, something went wrong.
No branches or pull requests
in this docker file:
use
zhhhy/lampp
as a default images, however, it's not found now, mayble it's owner has deleted it.The text was updated successfully, but these errors were encountered: