Browse Source

echec Dockerfile

main
3ifrit 5 years ago
parent
commit
43fe295e59
  1. 9
      1_dockerfile/curl/Dockerfile

9
1_dockerfile/curl/Dockerfile

@ -0,0 +1,9 @@
FROM ubuntu:20.04
RUN apt-get update -yq \
&& apt-get install curl gnupg -yq \
&& apt-get clean -yq
ADD . /curl/
WORKDIR /curl
EXPOSE 8080
VOLUME /curl
CMD ["curl", "https://example.com"]
Loading…
Cancel
Save