tech-bot/Dockerfile

5 lines
45 B
Docker

FROM rust:1.69-alpine
WORKDIR /app
COPY . .