Add HTTP server app
This commit is contained in:
parent
eeeea1bb8d
commit
842468cf53
7 changed files with 133 additions and 3 deletions
7
Dockerfile-build
Normal file
7
Dockerfile-build
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue