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

feat: add Docker support with Dockerfile and docker-compose configuration #17

Merged
merged 1 commit into from
Mar 8, 2025

Conversation

fadhilyori
Copy link
Member

This pull request introduces a Docker setup for the project, including a .dockerignore file, a Dockerfile, and a compose.yaml configuration. The most important changes include the addition of file and directory exclusions in .dockerignore, the creation of a multi-stage Dockerfile for building and serving the application, and the setup of a basic Docker Compose configuration.

Docker setup:

  • .dockerignore: Added exclusions for various files and directories to prevent them from being copied to the Docker container.

  • Dockerfile: Created a multi-stage Dockerfile to build the application using Node.js and serve it using NGINX.

  • compose.yaml: Added a Docker Compose configuration to build and run the application, exposing it on port 8080.

@fadhilyori fadhilyori self-assigned this Mar 8, 2025
@fadhilyori fadhilyori added the enhancement New feature or request label Mar 8, 2025
@fadhilyori fadhilyori added this pull request to the merge queue Mar 8, 2025
Merged via the queue into mata-elang-stable:main with commit 3b412f6 Mar 8, 2025
1 check passed
@fadhilyori fadhilyori deleted the add-dockerfile branch March 10, 2025 09:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant