We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72bd48e commit 2af419eCopy full SHA for 2af419e
1 file changed
docker/Dockerfile
@@ -52,20 +52,6 @@ RUN touch /var/www/html/manifest.json \
52
/var/www/html/settings.json
53
54
RUN chown -R $USER:www-data *
55
-
56
-# Installa le dipendenze PHP con Composer
57
-#RUN composer install
58
59
-# Installa Gulp globalmente con Yarn
60
-#RUN yarn global add gulp
61
-#RUN npm install -g gulp husky
62
63
64
-# Installa le dipendenze Node.js
65
-#RUN npm install
66
67
-# Esegui Gulp per la build
68
-#RUN gulp
69
RUN curl -sS https://getcomposer.org/installer | php
70
RUN git config --global --add safe.directory /var/www/html
71
RUN corepack enable
0 commit comments