mirror of
https://github.com/github/semantic.git
synced 2024-11-28 18:23:44 +03:00
Merge pull request #342 from github/fix-docker-again
Ensure semantic-analysis is copied in the Dockerfile.
This commit is contained in:
commit
1a468fb64c
@ -24,6 +24,7 @@ WORKDIR /build
|
||||
|
||||
# Build just the dependencies so that this layer can be cached
|
||||
COPY semantic.cabal .
|
||||
COPY semantic-analysis semantic-analysis/
|
||||
COPY semantic-core semantic-core/
|
||||
COPY semantic-java semantic-java/
|
||||
COPY semantic-json semantic-json/
|
||||
|
Loading…
Reference in New Issue
Block a user