Skip to content
Snippets Groups Projects

Dockerfile

Closed Александр Плохих requested to merge Docker into main
4 unresolved threads
1 file
+ 1
0
Compare changes
  • Side-by-side
  • Inline
+ 1
0
@@ -6,6 +6,7 @@ WORKDIR app
COPY . .
ENV COMPOSER_ALLOW_SUPERUSER=1
RUN curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer
RUN composer install
Loading