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

Use Alpine in Docker #4

Closed
louis030195 opened this issue Feb 11, 2023 · 1 comment
Closed

Use Alpine in Docker #4

louis030195 opened this issue Feb 11, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@louis030195
Copy link
Contributor

No description provided.

@louis030195 louis030195 added the enhancement New feature or request label Feb 11, 2023
@louis030195
Copy link
Contributor Author

FROM python:3.11.2-alpine3.16


ENV PYTHONUNBUFFERED True

ENV APP_HOME /app
WORKDIR $APP_HOME
COPY . ./

ENV PORT 8080

RUN pip install --no-cache-dir -r requirements.txt \
  && rm requirements.txt


# ...

@ashgansh ashgansh closed this as completed Apr 6, 2023
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

No branches or pull requests

2 participants