Skip to content

Commit

Permalink
adding symlink to src directory
Browse files Browse the repository at this point in the history
  • Loading branch information
silkroadnomad committed Dec 3, 2024
1 parent d19dfb9 commit ecaa3bc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docker/doichain/playwright/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM mcr.microsoft.com/playwright:v1.49.0-noble
USER root

RUN mkdir /tests
# COPY . /tests
COPY ./files /tests
WORKDIR /tests

RUN ls -l && yarn install --frozen-lockfile
Expand Down
1 change: 1 addition & 0 deletions docker/doichain/playwright/files

0 comments on commit ecaa3bc

Please sign in to comment.