This repository was archived by the owner on Apr 1, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +15
-4
lines changed Expand file tree Collapse file tree 3 files changed +15
-4
lines changed Original file line number Diff line number Diff line change
1
+ sudo : required
2
+
3
+ language : minimal
4
+
5
+ services :
6
+ - docker
7
+
8
+ install :
9
+ - docker-compose up -d prod
10
+
11
+ script :
12
+ - curl --silent --fail --show-error --output /dev/null http://localhost:88
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ COPY package-lock.json /var/www
8
8
RUN npm ci
9
9
10
10
COPY . /var/www
11
- # RUN npm run prod
11
+ RUN npm run prod
12
12
RUN rm -rf /var/www/node_modules/
13
13
14
14
FROM php:7.2-fpm AS server
Original file line number Diff line number Diff line change 3
3
> Laravel + CoreUI + Vue Boilerplate
4
4
5
5
[ ![ PHP version] ( https://badge.fury.io/ph/adenvt%2Flaravel-coreui-vue.svg )] ( https://badge.fury.io/ph/adenvt%2Flaravel-coreui-vue )
6
+ [ ![ Build Status] ( https://travis-ci.com/adenvt/laravel-coreui-vue.svg?branch=master )] ( https://travis-ci.com/adenvt/laravel-coreui-vue )
6
7
7
8
## What's inside
8
9
* [ Laravel] [ laravel ] 5.7, A PHP framework for web artisans
28
29
* For Ubuntu, require ` apt-get install libpng16-dev ` , [ see] ( https://github.com/imagemin/imagemin-mozjpeg/issues/28 )
29
30
30
31
## How to Install
31
- * Install using composer (no need to cloning )
32
+ * Install using composer (doesn't need to clone )
32
33
``` bash
33
34
composer create-project --prefer-dist adenvt/laravel-coreui-vue project_name
34
35
```
@@ -93,8 +94,6 @@ docker-compose up -d prod
93
94
```
94
95
* Open browser, goto ` http://localhost:88 `
95
96
96
-
97
-
98
97
## License
99
98
This project is licensed under the MIT License - see the [ LICENSE] ( LICENSE ) file for details
100
99
You can’t perform that action at this time.
0 commit comments