Dockerfile
This commit is contained in:
6
Dockerfile
Normal file
6
Dockerfile
Normal file
@@ -0,0 +1,6 @@
|
||||
FROM alpine:3.16.3
|
||||
RUN apk update && apk add py-pip make
|
||||
COPY . /app
|
||||
RUN cd /app && make prepare && make build
|
||||
CMD [ "/app/docker-entry.sh" ]
|
||||
EXPOSE 8000
|
||||
Reference in New Issue
Block a user