forked from aslan/applicant-site
add dev to install docker
This commit is contained in:
parent
8b2736e785
commit
0fc9053675
|
@ -15,7 +15,7 @@ RUN npm install
|
|||
|
||||
COPY . .
|
||||
|
||||
RUN composer dump-autoload --no-dev --optimize
|
||||
RUN composer dump-autoload --optimize
|
||||
|
||||
RUN npm run prod
|
||||
|
||||
|
|
Loading…
Reference in New Issue