Skip to content

Commit

Permalink
Merge pull request #247 from kool-dev/fix-laravel-preset
Browse files Browse the repository at this point in the history
remove deploy file from laravel preset
  • Loading branch information
fabriciojs committed Feb 1, 2021
2 parents 779670b + 553d500 commit 0ba1621
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 27 deletions.
14 changes: 0 additions & 14 deletions cmd/presets/presets.go
Original file line number Diff line number Diff line change
Expand Up @@ -132,20 +132,6 @@ networks:
presets["laravel"] = map[string]string{
".dockerignore": `/node_modules
/vendor
`,
"Dockerfile.build": `FROM kooldev/php:7.4 AS composer
COPY . /app
RUN composer install --no-interaction --prefer-dist --optimize-autoloader --quiet
FROM kooldev/node:14 AS node
COPY --from=composer /app /app
RUN yarn install && yarn prod
FROM kooldev/php:7.4-nginx
COPY --from=node --chown=kool:kool /app /app
`,
}
presets["nestjs"] = map[string]string{
Expand Down
13 changes: 0 additions & 13 deletions presets/laravel/Dockerfile.build

This file was deleted.

0 comments on commit 0ba1621

Please sign in to comment.