Skip to content

Commit 9b1e88e

Browse files
committed
change working dir, update README
1 parent adfa8c8 commit 9b1e88e

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,5 @@ docker-compose exec composer install
3131
Stop docker
3232

3333
```
34-
docker-compose down
34+
docker-compose stop
3535
```

docker-compose.yml

-2
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@ services:
1515
- default
1616
app:
1717
build:
18-
args:
19-
BUILD_ENV: local
2018
context: .
2119
dockerfile: ./docker/php/Dockerfile
2220
container_name: php_course_app

docker/php/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ RUN groupmod -o -g ${PGID} www-data && \
4141

4242
COPY --chown=www-data:www-data . /var/www
4343

44-
WORKDIR /var/www
44+
WORKDIR /var/www/app
4545

4646
RUN apt-get clean && \
4747
rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* && \

0 commit comments

Comments
 (0)