Skip to content

Commit

Permalink
build: remove volumes
Browse files Browse the repository at this point in the history
  • Loading branch information
tiredpixel committed Apr 24, 2022
1 parent ef9b2ec commit cea52d5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 72 deletions.
68 changes: 0 additions & 68 deletions LICENSE.dependencies.txt

This file was deleted.

Empty file removed dist-newstyle/.gitkeep
Empty file.
10 changes: 6 additions & 4 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,16 @@ services:
target: builder
init: true
volumes:
- .:/home/x/r
- plugin-spellchecker_dist-newstyle:/home/x/r/dist-newstyle
- ./bin:/home/x/r/bin
- ./cabal.project.freeze:/home/x/r/cabal.project.freeze
- ./isoxya-plugin-spellchecker.cabal:/home/x/r/isoxya-plugin-spellchecker.cabal
- ./lib:/home/x/r/lib
- ./src:/home/x/r/src
- ./test:/home/x/r/test
networks:
processor:
aliases:
- isoxya-plugin-spellchecker.localhost
restart: on-failure
volumes:
plugin-spellchecker_dist-newstyle: {}
networks:
processor: {}

0 comments on commit cea52d5

Please sign in to comment.