Skip to content

Commit

Permalink
Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
calvinchai committed Mar 28, 2024
1 parent 783e6ef commit 6d07e49
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,7 @@ VOLUME /app/webui/pages

COPY . .

RUN chmod +x /app/setup.sh
RUN ./setup.sh
RUN chmod +x /app/setup.sh && /app/setup.sh
RUN python3 scripts/setup.py

RUN chmod +x /app/run.sh
Expand Down

0 comments on commit 6d07e49

Please sign in to comment.