Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 9ed6b27

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

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎docker/simple/Dockerfile

Copy file name to clipboardExpand all lines: docker/simple/Dockerfile
+1-1Lines changed: 1 addition & 1 deletion
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.