From c8ae56d3900b25d362a809e97873c28f388a45ce Mon Sep 17 00:00:00 2001 From: Faraz Fallahi Date: Mon, 11 Mar 2019 19:26:59 -0500 Subject: [PATCH] Update Dockerfile --- static/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 && \