diff --git a/static/Dockerfile b/static/Dockerfile index 32a5bae..1d9ac64 100644 --- a/static/Dockerfile +++ b/static/Dockerfile @@ -1,5 +1,5 @@ FROM ubuntu:latest -MAINTAINER Faraz Fallahi +ENTRYPOINT ["/bin/bash"] RUN \ apt -y update && \ apt -y upgrade && \