tech-bot/Dockerfile

5 lines
45 B
Docker
Raw Normal View History

2023-05-04 22:26:37 +02:00
FROM rust:1.69-alpine
WORKDIR /app
COPY . .