Skip to content

Commit be29aa7

Browse files
Hector AzpuruaHector Azpurua
authored andcommitted
fix entrypoint path
1 parent 672da46 commit be29aa7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docker/Dockerfile.root.common

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ COPY configs/supervisord/code_server.conf /etc/supervisor/conf.d/code_server.con
168168

169169
COPY configs/xfce4_defaults /usr/share/xfwm4/defaults
170170

171-
COPY entrypoint.sh /entrypoint.sh
171+
COPY docker/entrypoint.sh /entrypoint.sh
172172
RUN chmod +x /entrypoint.sh
173173

174174
COPY .devcontainer/onCreate.sh /onCreate.sh

0 commit comments

Comments
 (0)