Skip to content

Commit

Permalink
📸 update docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
NimsHub committed Oct 11, 2023
1 parent c616bd6 commit 79f6aef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ RUN apk add --update --no-cache python3
RUN python3 -m venv env
RUN source env/bin/activate
RUN python3 -m ensurepip
RUN pip -V
RUN apk add build-base
RUN apk add python3-dev
RUN pip3 install --no-cache --upgrade pip setuptools
RUN pip -V
RUN pip install -r requirements.txt
EXPOSE 5000
ENTRYPOINT ["java", "-jar","app.jar"]

0 comments on commit 79f6aef

Please sign in to comment.