mirror of
https://github.com/Websoft9/websoft9.git
synced 2024-11-22 23:50:31 +00:00
Update Dockerfile
This commit is contained in:
parent
192c255af4
commit
091c98e392
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
FROM python:3.10-slim
|
||||
LABEL maintainer="Websoft9<help@websoft9.com>"
|
||||
|
||||
# Create api Directory
|
||||
# Create api directory
|
||||
WORKDIR /usr/src/app
|
||||
|
||||
# Copy sources and install pip dependencies
|
||||
|
|
Loading…
Reference in a new issue