clean up and org
This commit is contained in:
13
Dockerfile
13
Dockerfile
@@ -1,13 +0,0 @@
|
||||
FROM python:3.9-alpine
|
||||
|
||||
RUN apk add --update
|
||||
|
||||
COPY . /src
|
||||
|
||||
WORKDIR /src
|
||||
|
||||
RUN
|
||||
|
||||
EXPOSE 8080
|
||||
|
||||
ENTRYPOINT [""]
|
||||
Reference in New Issue
Block a user