Skip to content

Commit eb8ee62

Browse files
authored
Merge pull request #63 from TysonAndre/dockerignore-update
Exclude other files from .dockerignore
2 parents d1f39ae + d2759e5 commit eb8ee62

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

.dockerignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,13 @@ docker_*
33
**/.deps
44
**/*.swp
55
**/*.swo
6+
**/.git
67
**/acinclude.m4
78
**/aclocal.m4
89
**/autom4te.cache/
10+
**/benchmark/
911
**/build/
12+
**/CMakeFiles/
1013
**/config.h
1114
**/config.log
1215
**/config.nice
@@ -17,6 +20,7 @@ docker_*
1720
**/configure
1821
**/configure.in
1922
**/install-sh
23+
**/jsonexamples/
2024
**/ltmain.sh
2125
**/missing
2226
**/mkinstalldirs
@@ -31,6 +35,7 @@ docker_*
3135
**/*.la
3236
**/*.lo
3337
**/*.dep
38+
**/*.tgz
3439
**/php_test_results_*.txt
3540
*~
3641
**/configure.ac

docker_php8.2-alpine

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM php:8.2.0beta2-cli-alpine3.16
1+
FROM php:8.2.0RC2-cli-alpine3.16
22

33
COPY . /tmp/simdjson
44

0 commit comments

Comments
 (0)