Update Dockerfile to new organization
This commit is contained in:
parent
8c68491550
commit
6a36bc72e6
3 changed files with 7 additions and 5 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue