Skip to content

Commit

Permalink
Spelling correction
Browse files Browse the repository at this point in the history
  • Loading branch information
granty1 committed Apr 28, 2020
1 parent 5b40403 commit a47cd24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ EXPOSE 8888
ENTRYPOINT /ginvue/app

# 根据Dockerfile生成Docker镜像
# dcoker build -t ginvue .
# docker build -t ginvue .
# 根据Docker镜像启动Docker容器
# docker run -itd -p 8888:8888 --name ginvue ginvue

0 comments on commit a47cd24

Please sign in to comment.