Olivier Massot hace 8 meses
padre
commit
b40a6e8154
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2 1
      Dockerfile

+ 2 - 1
Dockerfile

@@ -5,7 +5,8 @@ ENV WORKDIR /home/workspace
 RUN corepack enable; \
     yarn set version 4.3.1;
 
-RUN echo "" > ./env/local.app.opentalent.fr.crt; \
+RUN mkdir ./env && \
+    echo "" > ./env/local.app.opentalent.fr.crt; \
     echo "" > ./env/local.app.opentalent.fr.key;
 
 # Define working directory.