Skip to content

Commit

Permalink
En nu?
Browse files Browse the repository at this point in the history
  • Loading branch information
dasscheman committed Jul 1, 2024
1 parent 2435f3b commit c6ffb6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/backend.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ COPY composer.lock composer.json /var/www/
WORKDIR /var/www

# upgrades!
RUN apt-get update
RUN apt-get update -y
RUN apt-get -y dist-upgrade
RUN apt-get -qq install -y zip

Expand Down

0 comments on commit c6ffb6d

Please sign in to comment.