new docker

This commit is contained in:
EvilMuffinHa 2022-03-02 13:38:49 -05:00
parent 88fe84e0a0
commit 1375505011

10
Dockerfile Normal file
View File

@ -0,0 +1,10 @@
FROM ubuntu
WORKDIR /app
COPY ./target/release/fastcloud /app/fastcloud
COPY ./templates /app/templates
RUN mkdir /app/templates/service
ENV FASTCLOUD_DIR /app/templates/service
CMD [ "/app/fastcloud" ]