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

Add Dockerfile to frontend project #27

Closed
frle10 opened this issue Jan 3, 2023 · 0 comments · Fixed by #28
Closed

Add Dockerfile to frontend project #27

frle10 opened this issue Jan 3, 2023 · 0 comments · Fixed by #28
Assignees

Comments

@frle10
Copy link
Collaborator

frle10 commented Jan 3, 2023

It's common practice nowadays to use containerization for all services we deploy to the web. Since this is a new topic for you, I will route you to Docker's getting started documentation: https://docs.docker.com/get-started/

This section has 10 parts in the sidebar which you should read to start understanding the basics of containerizing an application. Also, this video is a gem: https://www.youtube.com/watch?v=d-PPOS-VsC8&list=PLvjWHH6VW-WJJHRLp9kdpupCi6O9QXn2I&index=31

When you get to know Docker a bit, try to construct a Dockerfile for your frontend application. Also, include a .dockerignore file.

@iPetk iPetk linked a pull request Jan 4, 2023 that will close this issue
@iPetk iPetk closed this as completed Jan 4, 2023
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 a pull request may close this issue.

2 participants