fixed dockerfile
This commit is contained in:
parent
3a01def29d
commit
301a676d9b
2 changed files with 4 additions and 1 deletions
|
@ -1,2 +1,3 @@
|
|||
dist-newstyle
|
||||
.shake
|
||||
Dockerfile
|
||||
|
|
|
@ -14,4 +14,6 @@ RUN cabal build
|
|||
|
||||
WORKDIR /github/workspace
|
||||
|
||||
ENTRYPOINT ["/mnt/dist-newstyle/build/x86_64-linux/ghc-9.4.8/psb-0.1.0.0/x/psb/build/psb/psb", "build", "-p2"]
|
||||
RUN export folder=$(ls /mnt/dist-newstyle/build/x86_64-linux) && mv /mnt/dist-newstyle/build/x86_64-linux/"$folder"/psb-0.1.0.0/x/psb/build/psb/psb /mnt/psb
|
||||
|
||||
ENTRYPOINT ["/mnt/psb", "build"]
|
||||
|
|
Loading…
Reference in a new issue