Skip to content

Commit f8da00f

Browse files
committed
fix lower case entity types
1 parent a325e86 commit f8da00f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ FROM ghcr.io/ldproxy/xtracfg:next as xtracfg
99

1010
FROM codercom/code-server:latest
1111

12-
COPY --from=extension /src/dist/ldproxy-editor.vsix /
13-
COPY --from=extension /src/startup.sh /entrypoint.d/
14-
COPY --from=xtracfg /xtracfg /usr/bin/
12+
COPY --chmod=0644 --from=extension /src/dist/ldproxy-editor.vsix /
13+
COPY --chmod=0755 --from=extension /src/startup.sh /entrypoint.d/
14+
COPY --chmod=0755 --from=xtracfg /xtracfg /usr/bin/
1515

1616
VOLUME /home/coder
1717
VOLUME /data

0 commit comments

Comments
 (0)