Skip to content

Commit b6b77a2

Browse files
Merge pull request #24 from opensafely-core/iaindillingham/optimize-build
Optimize build by copying only package to image
2 parents d311156 + 7e260f1 commit b6b77a2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,4 +70,4 @@ FROM sqlrunner-base as sqlrunner
7070
ENTRYPOINT ["python", "-m", "sqlrunner"]
7171

7272
# Copy the application code
73-
COPY . /app
73+
COPY sqlrunner /app/sqlrunner

0 commit comments

Comments
 (0)