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

Dockerization frontend #137

Merged
merged 1 commit into from
Apr 28, 2024
Merged

Dockerization frontend #137

merged 1 commit into from
Apr 28, 2024

Conversation

batuhancanli0
Copy link
Contributor

Dockerfile has been added and we can build the image by
docker build -t image-name .
and we can run it by
docker run -p 3000:3000 image-name

closes #136

y docker build -t image-name .
and we can run it by
docker run -p 3000:3000 image-name
@batuhancanli0 batuhancanli0 changed the title Dockerfile has been added.Now we can build image b Dockerization frontend Apr 28, 2024
@berat-yilmaz berat-yilmaz self-requested a review April 28, 2024 13:18
@berat-yilmaz berat-yilmaz merged commit 2a0a4c3 into main Apr 28, 2024
@batuhancanli0 batuhancanli0 deleted the batuhan-dockerize-frontend branch April 28, 2024 13:48
@berat-yilmaz berat-yilmaz restored the batuhan-dockerize-frontend branch April 28, 2024 21:01
@berat-yilmaz berat-yilmaz deleted the batuhan-dockerize-frontend branch October 15, 2024 00:10
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.

Dockerize Frontend
2 participants