Skip to content

Commit

Permalink
fix permission
Browse files Browse the repository at this point in the history
  • Loading branch information
calvinchai committed Mar 28, 2024
1 parent 5fe1126 commit f433076
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,9 @@ VOLUME /app/workdir
VOLUME /app/output
VOLUME /app/webui/pages

COPY ./ /app
COPY . .

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

Expand Down

0 comments on commit f433076

Please sign in to comment.