Skip to content

Commit

Permalink
Merge pull request #58 from NimsHub/development
Browse files Browse the repository at this point in the history
📸 update docker image
  • Loading branch information
NimsHub authored Oct 11, 2023
2 parents fe8a398 + 07ff30a commit 60fedda
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 @@ -12,6 +12,6 @@ RUN python3 -m ensurepip
RUN pip3 install --no-cache --upgrade pip setuptools
RUN python3 -m venv env
RUN source env/bin/activate
RUN pip install -r requirements.txt
RUN pip3 install -r requirements.txt
EXPOSE 5000
ENTRYPOINT ["java", "-jar","app.jar"]

0 comments on commit 60fedda

Please sign in to comment.