Skip to content

Commit a462c82

Browse files
Copilotdannystaple
andcommitted
Remove unnecessary Eleventy config files from test container
Co-authored-by: dannystaple <426859+dannystaple@users.noreply.github.com>
1 parent e775149 commit a462c82

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,8 @@ RUN apt-get update && apt-get install -y \
6666
# Install Playwright browsers
6767
RUN npx playwright install chromium --with-deps
6868

69-
# Copy test files and configuration
69+
# Copy test files
7070
COPY tests/ ./tests/
71-
COPY .eleventy.js _config.yml webpack.config.js ./
7271

7372
# Set default command to run BDD tests
7473
CMD ["npm", "run", "test:bdd"]

0 commit comments

Comments
 (0)