Dockerfile pété, README
This commit is contained in:
8
Dockerfile
Normal file
8
Dockerfile
Normal file
@ -0,0 +1,8 @@
|
||||
FROM rust:1.66.0-alpine3.17
|
||||
COPY ./flog /opt/flog
|
||||
WORKDIR /opt/flog
|
||||
VOLUME ["/opt/flog/html"]
|
||||
VOLUME ["/opt/flog/templates"]
|
||||
RUN apk add build-base make bash
|
||||
RUN cargo build
|
||||
EXPOSE 80
|
Reference in New Issue
Block a user