gr701_smmse %!s(int64=2) %!d(string=hai) anos
pai
achega
f7981abd99
Modificáronse 1 ficheiros con 11 adicións e 0 borrados
  1. 11 0
      DockerFile

+ 11 - 0
DockerFile

@@ -0,0 +1,11 @@
+FROM debian:stretch
+WORKDIR /Docker
+RUN apt-get update && \
+DEBIAN_FRONTEND=noninteractive apt-get -q -y upgrade >/dev/null && \
+DEBIAN_FRONTEND=noninteractive apt-get -q -y install >/dev/null \
+nginx \
+procps \
+iproute2
+COPY . .
+EXPOSE 8000
+CMD ["nginx", "-g", "daemon off;"]