From 5423f55eb2e54500b5539285a48e00c80b0bfa7f Mon Sep 17 00:00:00 2001 From: Andrea Dell'Amico Date: Tue, 11 Apr 2023 16:22:20 +0200 Subject: [PATCH] Fix a typo in the Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 49411e1..c04d613 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,7 @@ FROM d4science/rstudio-base:2023-03-R4-2 LABEL org.d4science.image.licenses="EUPL-1.2" \ org.d4science.image.source="https://code-repo.d4science.org/gCubeSystem/rstudio-d4science" \ org.d4science.image.vendor="D4Science " \ - org.d4science.image.authors="Andrea Dell'Amico + org.d4science.image.authors="Andrea Dell'Amico " COPY rsession.conf /etc/rstudio/rsession.conf RUN chmod 0644 /etc/rstudio/rsession.conf