Skip to content
This repository has been archived by the owner on Nov 21, 2023. It is now read-only.

Commit

Permalink
Merge pull request #2 from CounterStrafe/fix-recursive-copy
Browse files Browse the repository at this point in the history
Fix recurxive COPY of repo in Dockerfile.
  • Loading branch information
M0NsTeRRR authored Apr 6, 2020
2 parents 96271d4 + 5aa87fa commit 1c43803
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ RUN apt-get -y install zip \
unzip

# copy file to /app/AdminAFK-registration/
COPY * /app/AdminAFK-registration/
COPY . /app/AdminAFK-registration/

# install composer
RUN curl -sS https://getcomposer.org/installer | php && mv composer.phar /usr/local/bin/composer
Expand Down

0 comments on commit 1c43803

Please sign in to comment.