Add HTTP server app
This commit is contained in:
parent
eeeea1bb8d
commit
842468cf53
7 changed files with 133 additions and 3 deletions
|
@ -3,5 +3,8 @@ 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
|
||||
RUN ./build.ss lib
|
||||
RUN ./build.ss server
|
||||
|
||||
EXPOSE 8080
|
||||
CMD ["/src/server"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue