FROM debian:stable-slim
ENV PATH /bin:/usr/bin:/usr/loca/sbin:/usr/sbin:/sbin
RUN apt-get update
RUN apt-get -y install nginx python3 python3-pip
ADD . /source
EXPOSE 80
EXPOSE 443
docker: Error response from daemon: OCI runtime create failed: container_linux.go:348: starting container process caused "exec: \"-n\":
executable file not found in $PATH": unknown.