Cosmos-Server/dockerfile.arm64

15 lines
160 B
Plaintext
Raw Normal View History

2023-03-10 20:59:56 +00:00
# syntax=docker/dockerfile:1
FROM amd64/debian
WORKDIR /app
COPY build/cosmos .
2023-03-12 18:17:28 +00:00
COPY static .
2023-03-10 20:59:56 +00:00
VOLUME /config
EXPOSE 443 80
CMD ["./cosmos"]