From 19a72aa415863da33db444b3541406023a2e6255 Mon Sep 17 00:00:00 2001 From: vista Date: Thu, 24 Aug 2023 21:47:37 +0200 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 040a73e..c086d3a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,7 +8,7 @@ ARG COMPOSER_VERSION='' # composer version number like "2.1" or empty for the la ENV NVM_DIR="/home/$USERNAME/.nvm" COPY start-container.sh /usr/local/bin/start-container -COPY submodules/artisan /etc/bash_completion.d/artisan +COPY submodules/artisan-bash-completion/artisan /etc/bash_completion.d/artisan RUN export DEBIAN_FRONTEND=noninteractive \ && apt-get -y update \