Skip to content

Commit 7edabf6

Browse files
committed
Remove obsolete rm command
1 parent 50e4e70 commit 7edabf6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ RUN chmod +x /usr/bin/composer
4949

5050
RUN rm -rf /app/var \
5151
&& mkdir -p /app/var \
52-
&& rm -rf /app/docker \
5352
&& rm -rf /app/public/check.php \
5453
&& php -d memory_limit=-1 /usr/bin/composer install --no-dev --optimize-autoloader \
5554
&& php /usr/bin/composer audit

0 commit comments

Comments
 (0)