mirror of
https://github.com/PrivateBin/PrivateBin.git
synced 2024-10-01 01:26:10 -04:00
Dockerfile: Be more specific about the path
Without looking at the php:apache image, it is unclear what the destination of the COPY command is
This commit is contained in:
parent
c9b0398df0
commit
460d7ec3eb
@ -14,4 +14,4 @@ RUN apt-get update && apt-get install -y \
|
|||||||
# We enable Apache's mod_rewrite
|
# We enable Apache's mod_rewrite
|
||||||
a2enmod rewrite
|
a2enmod rewrite
|
||||||
|
|
||||||
COPY . .
|
COPY . /var/www/html
|
||||||
|
Loading…
Reference in New Issue
Block a user