Update enim-s-web2/projectc/Dockerfile

This commit is contained in:
king 2024-06-11 11:24:25 +02:00
parent 9ab8602782
commit 44e4aa40aa

View File

@ -1,3 +1,3 @@
FROM scratch
COPY /opt/data/docker/projectc/projectc /projectc
COPY ./projectc /projectc
CMD ["/projectc"]