1
1
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:
Patrick Thomson 2019-10-15 11:53:55 -04:00 committed by GitHub
commit 1a468fb64c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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/