Refactor RSA client and server structure: remove old files, add main.py, and update Dockerfiles for new entry points
This commit is contained in:
parent
27c37167d6
commit
6b7c09324f
6 changed files with 28 additions and 23 deletions
|
@ -3,5 +3,6 @@ WORKDIR /app
|
|||
COPY . .
|
||||
RUN pip install -r requirements.txt
|
||||
EXPOSE 80
|
||||
EXPOSE 443
|
||||
EXPOSE 5000
|
||||
CMD ["python", "__init__.py"]
|
||||
CMD ["python", "main.py"]
|
Loading…
Add table
Add a link
Reference in a new issue