Skip to content

Create 1#106

Open
h0227mori-coder wants to merge 1 commit intodocker:mainfrom
h0227mori-coder:patch-1
Open

Create 1#106
h0227mori-coder wants to merge 1 commit intodocker:mainfrom
h0227mori-coder:patch-1

Conversation

@h0227mori-coder
Copy link

FROM python:3.7.5-slim
LABEL author="DeepSquare"
RUN pip install Flask requests
COPY ./server.py /server.py
ENV PORT 80
CMD ["python", "-u", "server.py"]

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.

1 participant

Comments