1
0
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:
velteyn 2025-01-02 16:41:19 +01:00 committed by GitHub
parent 72bd48eb25
commit 2af419ea95
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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