mirror of
https://github.com/Websoft9/websoft9.git
synced 2024-11-29 02:50:29 +00:00
Update Dockerfile
This commit is contained in:
parent
dfd8ead27c
commit
c1cadb6e6f
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 source and install pip dependencies
|
||||
|
|
Loading…
Reference in a new issue