Skip to content

Commit 3a10462

Browse files
committed
fix: Dockerfile COPY entrypoint.sh (was entrypoint-kasm.sh)
1 parent 7d60b6a commit 3a10462

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docker/Dockerfile.run

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ RUN LATEST=$(curl -sL https://api.github.com/repos/nczz/BrowseForge/releases/lat
3737

3838
EXPOSE 19280 19281 6901
3939

40-
COPY entrypoint-kasm.sh /entrypoint.sh
40+
COPY entrypoint.sh /entrypoint.sh
4141
RUN chmod +x /entrypoint.sh
4242

4343
ENTRYPOINT ["/entrypoint.sh"]

0 commit comments

Comments
 (0)