diff --git a/Dockerfile b/Dockerfile index b2e8e2d..ef6fc12 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,7 @@ ENV \ APP_PORT="80" # Copy the contents of the "merchbay_laravel5" directory into the container's app directory -COPY merchbay_laravel5/ $APP_DIR +COPY ./ $APP_DIR RUN apk add --update \ curl \