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

[suggestion] dockerfile #4

Open
ptiwari6239 opened this issue Apr 20, 2023 · 8 comments
Open

[suggestion] dockerfile #4

ptiwari6239 opened this issue Apr 20, 2023 · 8 comments

Comments

@ptiwari6239
Copy link

No description provided.

@Prade7
Copy link

Prade7 commented Jul 18, 2024

FROM python:3.11-alpine3.19
WORKDIR /app
COPY . /app
RUN pip install -r requirements.txt
EXPOSE 3000
CMD python ./app.py

create a Dockerfile and add the above lines

@hamzaavvan
Copy link
Owner

hamzaavvan commented Jul 18, 2024 via email

@hamzaavvan
Copy link
Owner

hamzaavvan commented Jul 18, 2024 via email

@Prade7
Copy link

Prade7 commented Jul 19, 2024 via email

@hamzaavvan
Copy link
Owner

hamzaavvan commented Jul 19, 2024 via email

@Prade7
Copy link

Prade7 commented Jul 19, 2024

I have updated the docker file . Please review

@hamzaavvan
Copy link
Owner

hamzaavvan commented Jul 19, 2024 via email

@hamzaavvan
Copy link
Owner

hamzaavvan commented Jul 19, 2024 via email

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

No branches or pull requests

3 participants