Update Dockerfile to new organization

This commit is contained in:
Dimitri Lozeve 2022-09-12 18:42:08 +02:00
parent 8c68491550
commit 6a36bc72e6
3 changed files with 7 additions and 5 deletions

View file

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