Fix a typo in the Dockerfile
This commit is contained in:
parent
bc53caf7d2
commit
5423f55eb2
|
@ -3,7 +3,7 @@ FROM d4science/rstudio-base:2023-03-R4-2
|
||||||
LABEL org.d4science.image.licenses="EUPL-1.2" \
|
LABEL org.d4science.image.licenses="EUPL-1.2" \
|
||||||
org.d4science.image.source="https://code-repo.d4science.org/gCubeSystem/rstudio-d4science" \
|
org.d4science.image.source="https://code-repo.d4science.org/gCubeSystem/rstudio-d4science" \
|
||||||
org.d4science.image.vendor="D4Science <https://www.d4science.org>" \
|
org.d4science.image.vendor="D4Science <https://www.d4science.org>" \
|
||||||
org.d4science.image.authors="Andrea Dell'Amico <andrea.dellamico@isti.cnr.it>
|
org.d4science.image.authors="Andrea Dell'Amico <andrea.dellamico@isti.cnr.it>"
|
||||||
|
|
||||||
COPY rsession.conf /etc/rstudio/rsession.conf
|
COPY rsession.conf /etc/rstudio/rsession.conf
|
||||||
RUN chmod 0644 /etc/rstudio/rsession.conf
|
RUN chmod 0644 /etc/rstudio/rsession.conf
|
||||||
|
|
Loading…
Reference in New Issue