mirror of
https://github.com/devcode-it/openstamanager.git
synced 2025-01-09 14:14:10 +01:00
Update Dockerfile
tolti commenti inutili
This commit is contained in:
parent
72bd48eb25
commit
2af419ea95
@ -52,20 +52,6 @@ RUN touch /var/www/html/manifest.json \
|
||||
/var/www/html/settings.json
|
||||
|
||||
RUN chown -R $USER:www-data *
|
||||
|
||||
# Installa le dipendenze PHP con Composer
|
||||
#RUN composer install
|
||||
|
||||
# Installa Gulp globalmente con Yarn
|
||||
#RUN yarn global add gulp
|
||||
#RUN npm install -g gulp husky
|
||||
|
||||
|
||||
# Installa le dipendenze Node.js
|
||||
#RUN npm install
|
||||
|
||||
# Esegui Gulp per la build
|
||||
#RUN gulp
|
||||
RUN curl -sS https://getcomposer.org/installer | php
|
||||
RUN git config --global --add safe.directory /var/www/html
|
||||
RUN corepack enable
|
||||
|
Loading…
Reference in New Issue
Block a user