Skip to content
This repository has been archived by the owner on Sep 9, 2021. It is now read-only.

Commit

Permalink
install script checkpoint 3
Browse files Browse the repository at this point in the history
  • Loading branch information
recoma96 committed Jan 4, 2021
1 parent 1e48157 commit 793d565
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 @@ -14,7 +14,7 @@ WORKDIR /app/MicroCloudChip
RUN python -m pip install -r requirements.txt

WORKDIR /app/MicroCloudChip/app
RUN sh bin/refresh.sh
RUN sh refresh.sh

ENV PORT 8000
ENV IP 0.0.0.0
Expand Down

0 comments on commit 793d565

Please sign in to comment.