7 lines
82 B
Docker

FROM thevlang/vlang:alpine-dev
WORKDIR /app
COPY . .
RUN v up && v -prod main.v