mirror of
https://github.com/Fishwaldo/documize-docker.git
synced 2025-03-15 19:31:34 +00:00
Add Dockerfile
This commit is contained in:
commit
261b96ca3e
1 changed files with 4 additions and 0 deletions
4
Dockerfile
Normal file
4
Dockerfile
Normal file
|
@ -0,0 +1,4 @@
|
|||
FROM alpine:3.16
|
||||
RUN apk add --no-cache ca-certificates wget && wget https://community-downloads.s3.us-east-2.amazonaws.com/documize-community-plus-linux-amd64 && chmod 777 ./documize-community-plus-linux-amd64
|
||||
EXPOSE 5001
|
||||
ENTRYPOINT [ "./documize-community-plus-linux-amd64" ]
|
Loading…
Add table
Reference in a new issue