From cf86b81716f476f673132be99c71281bbb97f591 Mon Sep 17 00:00:00 2001 From: Erik Pearson Date: Fri, 10 Sep 2021 16:19:00 -0700 Subject: [PATCH] remove commented-out line --- Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 6542c85..15509df 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,7 +10,6 @@ RUN yarn build && rm -rf node_modules # Set up python FROM python:3.7-alpine -# FROM kbase/kb_python:python3 COPY --from=0 /app /app COPY requirements.txt /app WORKDIR /app