Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Stack] Streamline Docker setup with local #643

Merged
merged 1 commit into from
Nov 18, 2024

Conversation

ogizanagi
Copy link
Member

so we have something more close to regular projects and eliminates some difference between the local setup (for PHP devs) and the Docker ones (for more punctual needs / non PHP-devs)

make setup

will now up the container and install deps + build assets.

make serve

from inside the container, will only start the required webpack dev-server for development purposes (CSS/JS).

so we have something more close to regular projects and eliminates some
difference between the local setup (for PHP devs) and the Docker ones
(for more punctual needs / non PHP-devs)

```shell
make setup
```

will now up the container and install deps + build assets.

```shell
make serve
```

from inside the container, will only start the required webpack
dev-server for development purposes (CSS/JS).
@ogizanagi ogizanagi merged commit 7743100 into master Nov 18, 2024
2 checks passed
@ogizanagi ogizanagi deleted the setup/streamline-docker branch November 18, 2024 14:50
github-actions bot pushed a commit that referenced this pull request Nov 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants