mirror of
https://github.com/yeasy/docker_practice.git
synced 2026-08-10 16:37:34 +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
|
&& php artisan package:discover
|
||||||
|
|
||||||
FROM nginx:alpine as nginx
|
FROM nginx:alpine as nginx
|
||||||
```
|
|
||||||
|
|
||||||
ARG LARAVEL_PATH=/app/laravel
|
ARG LARAVEL_PATH=/app/laravel
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user