Skip to content

Commit 75546c2

Browse files
authored
Add config directory to dockerfile (#76)
1 parent d89ce8b commit 75546c2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@ FROM node:18
22

33
WORKDIR /test-suite
44

5-
COPY package.json respecConfig.json abstract.hbs ./
5+
COPY package.json ./
6+
COPY config/ ./config
67
COPY tests/ ./tests
78
COPY reports/ ./reports
89

0 commit comments

Comments
 (0)