Add HTTP server app

This commit is contained in:
Dimitri Lozeve 2022-09-19 19:40:09 +02:00
parent eeeea1bb8d
commit 842468cf53
7 changed files with 133 additions and 3 deletions

7
Dockerfile-build Normal file
View file

@ -0,0 +1,7 @@
FROM gerbil/alpine
RUN gxpkg install github.com/dlozeve/fancy
COPY . .
RUN ./build.ss
RUN gxc -exe -static -cc-options -static -ld-options -lz -o sncf-static sncf.ss