ci: Copy the src directory
This commit is contained in:
parent
92f3865ee7
commit
46d1499e9d
2 changed files with 2 additions and 1 deletions
|
@ -6,6 +6,7 @@ COPY composer.* ./
|
|||
RUN composer install --no-dev
|
||||
COPY app app
|
||||
COPY source source
|
||||
COPY src src
|
||||
RUN sculpin generate --env prod
|
||||
|
||||
FROM node:14 AS assets
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue