1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00
v/examples/js_dom_draw_bechmark_chart/chart/Dockerfile
2022-09-07 01:55:32 +03:00

7 lines
82 B
Docker

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