Skip to content

Commit

Permalink
build: update
Browse files Browse the repository at this point in the history
  • Loading branch information
tiredpixel committed Apr 23, 2022
1 parent 4c8a292 commit ef9b2ec
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ USER x

WORKDIR /home/x/r

COPY --chown=x:x ["*.cabal", "cabal.project.freeze", "./"]
COPY --chown=x:x *.cabal cabal.project.freeze ./

RUN cabal update && \
cabal build --only-dependencies --enable-tests
Expand Down
4 changes: 3 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,13 @@ services:
init: true
volumes:
- .:/home/x/r
- /home/x/r/dist-newstyle
- plugin-spellchecker_dist-newstyle:/home/x/r/dist-newstyle
networks:
processor:
aliases:
- isoxya-plugin-spellchecker.localhost
restart: on-failure
volumes:
plugin-spellchecker_dist-newstyle: {}
networks:
processor: {}

0 comments on commit ef9b2ec

Please sign in to comment.