Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
ajm13 committed Oct 27, 2020
1 parent e66b0aa commit 8ef5756
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM nanome/plugin-env
ENV ARGS=''

ARG CACHEBUST
RUN pip3 install nanome
RUN pip install nanome

COPY . /app
WORKDIR /app
Expand Down

0 comments on commit 8ef5756

Please sign in to comment.