mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
examples: V orm still fast? (#15330)
This commit is contained in:

committed by
GitHub

parent
0b1486f014
commit
ee9142a113
7
examples/js_dom_draw_bechmark_chart/Dockerfile
Normal file
7
examples/js_dom_draw_bechmark_chart/Dockerfile
Normal file
@ -0,0 +1,7 @@
|
||||
FROM thevlang/vlang:alpine-dev
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
COPY . .
|
||||
|
||||
RUN v up && v -prod main.v
|
Reference in New Issue
Block a user