We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 823e13a commit bdd3299Copy full SHA for bdd3299
Dockerfile
@@ -0,0 +1,11 @@
1
+FROM alpine:latest
2
+
3
+RUN apk add --no-cache python3 openjdk11 sed git
4
5
+WORKDIR /app
6
+ADD . .
7
8
+RUN sh build.sh
9
10
+ENTRYPOINT ["python3", "serve.py"]
11
+EXPOSE 8000
0 commit comments