proper-website-p2p-api/Dockerfile

6 lines
116 B
Docker
Raw Permalink Normal View History

2022-05-29 18:39:53 +02:00
FROM alpine:latest
RUN apk --no-cache add ca-certificates
WORKDIR /root
2022-05-29 20:46:34 +02:00
COPY ./build/app .
2022-05-29 18:39:53 +02:00
EXPOSE 6666
CMD ["./app"]