Skip to content

Commit

Permalink
Fixs 朽败ubuntu版本,解决安装问题,但是run.sh文件缺失,项目还是无法运行
Browse files Browse the repository at this point in the history
  • Loading branch information
HuaRongSAO committed May 31, 2018
1 parent e9cb6de commit d9b0f1f
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
{
}
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ubuntu:latest
FROM ubuntu:16.04

RUN apt-get update && \
DEBIAN_FRONTEND=noninteractive \
Expand Down
7 changes: 7 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
version: '3.0'
services:
bluelotus:
build: .
restart: always
ports:
- "10080:80"

0 comments on commit d9b0f1f

Please sign in to comment.