mirror of
https://github.com/Websoft9/websoft9.git
synced 2024-11-22 07:30:24 +00:00
Update Dockerfile
This commit is contained in:
parent
9e07e40893
commit
9d8568bb7b
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
FROM python:3.10-slim
|
FROM python:3.10-slim
|
||||||
LABEL maintainer="Websoft9<help@websoft9.com>"
|
LABEL maintainer="Websoft9<help@websoft9.com>"
|
||||||
|
|
||||||
# Create API Directory
|
# Create API Directorys
|
||||||
WORKDIR /usr/src/app
|
WORKDIR /usr/src/app
|
||||||
|
|
||||||
# Copy source and install pip dpendencies
|
# Copy source and install pip dpendencies
|
||||||
|
|
Loading…
Reference in a new issue