Skip to content

Commit 71cfeac

Browse files
committed
Report 생성 시 권한 문제로 생성 실패하는 문제 해결
1 parent a298458 commit 71cfeac

1 file changed

Lines changed: 7 additions & 2 deletions

File tree

dockerfile

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,14 @@
11
FROM dao0312/statgarten:latest_core
22

33
# Install TeX
4+
RUN apt-get update
45
RUN apt-get install -y texlive-full
5-
RUN tlmgr install setspace
6+
7+
# Edit Permission
8+
RUN chown shiny.shiny -R /usr/local/lib/R/site-library/door
69

710
EXPOSE 3838
811

9-
CMD ["/usr/bin/shiny-server"]
12+
#CMD ["bash"]
13+
CMD ["/usr/bin/shiny-server"]
14+

0 commit comments

Comments
 (0)