Skip to content

Commit 9ed6b27

Browse files
authored
fix: Correcting run.sh filepath in Simple Docker implementation (#1626)
1 parent dccb148 commit 9ed6b27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/simple/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,4 @@ ENV PORT=8000
3535
EXPOSE 8000
3636

3737
# Run the server start script
38-
CMD ["/bin/sh", "/app/run.sh"]
38+
CMD ["/bin/sh", "/app/docker/simple/run.sh"]

0 commit comments

Comments
 (0)