mirror of
https://github.com/yeasy/docker_practice.git
synced 2026-08-10 08:27:25 +00:00
Fix broken code block in laravel multistage Dockerfile
This commit is contained in:
@@ -230,7 +230,6 @@ RUN set -x ; cd ${LARAVEL_PATH} \
|
||||
&& php artisan package:discover
|
||||
|
||||
FROM nginx:alpine as nginx
|
||||
```
|
||||
|
||||
ARG LARAVEL_PATH=/app/laravel
|
||||
|
||||
|
||||
Reference in New Issue
Block a user