Skip to content

Commit

Permalink
remove commented-out line
Browse files Browse the repository at this point in the history
  • Loading branch information
eapearson committed Sep 10, 2021
1 parent baee503 commit cf86b81
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit cf86b81

Please sign in to comment.