switched dockerfile base to ubuntu and fixed bugs. created entrypoint.sh script for setting environment variables

This commit is contained in:
Ella Schwarz
2020-11-29 20:49:39 -08:00
committed by Ella Schwarz
parent ef84927f3a
commit db7fafb4ac
3 changed files with 300 additions and 1 deletions

View File

@@ -10,7 +10,6 @@ MAINTAINER jacobgadikian@gmail.com
RUN apt-get update && \
apt-get upgrade -y && \
apt-get install -y \
curl \
git \
sudo