chrly/Dockerfile

7 lines
104 B
Docker

FROM scratch
COPY ./minecraft-skinsystem /app/
ENTRYPOINT ["/app/minecraft-skinsystem"]
CMD ["serve"]