Skip to content

Commit 693980c

Browse files
committed
chore: Remove postcss in dockerignore
1 parent b367402 commit 693980c

File tree

2 files changed

+5
-10
lines changed

2 files changed

+5
-10
lines changed

.dockerignore

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ phpstan.neon
88
phpunit.xml
99
rector.php
1010
pint.json
11-
postcss.config.js
1211
tests
1312
stubs
1413
app-modules/**/tests
@@ -18,18 +17,14 @@ app-modules/**/tests
1817
.editorconfig
1918
.prettierignore
2019
.prettierrc
21-
CHANGELOG.md
22-
CLAUDE.md
23-
CODE_OF_CONDUCT.md
24-
CONTRIBUTING.md
25-
LICENSE.md
26-
README.md
20+
*.md
2721
.idea
2822
.vscode
2923
.junie
3024
.claude
3125

3226
# Git
27+
.git
3328
.gitignore
3429
.gitattributes
3530
.github

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -128,14 +128,14 @@ USER www-data
128128
COPY --from=composer --chown=www-data:www-data /var/www/html/public/css ./public/css
129129
COPY --from=composer --chown=www-data:www-data /var/www/html/public/js ./public/js
130130

131-
# Application source
132-
COPY --chown=www-data:www-data . /var/www/html
133-
134131
# Composer dependencies
135132
COPY --from=composer --chown=www-data:www-data /var/www/html/vendor ./vendor
136133

137134
# Application assets
138135
COPY --from=frontend --chown=www-data:www-data /app/public/build ./public/build
139136

137+
# Application source
138+
COPY --chown=www-data:www-data . /var/www/html
139+
140140
# Start Octane with FrankenPHP
141141
RUN php artisan octane:install --server=frankenphp -n

0 commit comments

Comments
 (0)