Skip to content

Commit 2af419e

Browse files
authored
Update Dockerfile
tolti commenti inutili
1 parent 72bd48e commit 2af419e

1 file changed

Lines changed: 0 additions & 14 deletions

File tree

docker/Dockerfile

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -52,20 +52,6 @@ RUN touch /var/www/html/manifest.json \
5252
/var/www/html/settings.json
5353

5454
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
6955
RUN curl -sS https://getcomposer.org/installer | php
7056
RUN git config --global --add safe.directory /var/www/html
7157
RUN corepack enable

0 commit comments

Comments
 (0)