wicked-waifus-rs/Dockerfile-service
xavo95 85fbc933ba
1.4 Walking simulator, rest of features incoming during weekend.
Any question from anyone trying to run from this commit will be ignored and blocked.
2024-10-19 14:57:25 +02:00

6 lines
No EOL
153 B
Text

FROM alpine:3.20
ARG MICROSERVICE
WORKDIR /app
COPY --from=camellya-builder:1.3.0-SNAPSHOT /app/target/release/$MICROSERVICE ./service
CMD ["./service"]