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

7 lines
82 B
Docker
Raw Normal View History

2022-08-08 04:38:38 +03:00
FROM thevlang/vlang:alpine-dev
WORKDIR /app
COPY . .
RUN v up && v -prod main.v