Skip to content

Commit c799053

Browse files
author
Johan Wiltink
committed
another change from imports redesign
1 parent a51a6c1 commit c799053

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ RUN set -ex; \
77

88
COPY --chown=codewarrior:codewarrior workspace/package.json /workspace/package.json
99
COPY --chown=codewarrior:codewarrior workspace/package-lock.json /workspace/package-lock.json
10-
COPY --chown=codewarrior:codewarrior workspace/files.js /workspace/files.js
10+
COPY --chown=codewarrior:codewarrior workspace/lc-test.js /workspace/lc-test.js
1111

1212
USER codewarrior
1313
WORKDIR /workspace

0 commit comments

Comments
 (0)