Skip to content

Rainnut/aha-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

制作镜像 docker build -f Dockerfile ./

# why: https://stackoverflow.com/questions/25970711/what-is-the-difference-between-nginx-daemon-on-off-option
# 启动nginx,关闭守护式运行,否则容器启动后会立刻关闭
CMD ["nginx","-g","daemon off;"]
# ???
RUN ls -la

Error

can't cd to

 => ERROR [builder 4/4] RUN cd mtForChannel && npm run build                                                                                     0.4s
------
 > [builder 4/4] RUN cd mtForChannel && npm run build:
#12 0.380 /bin/sh: 1: cd: can't cd to mtForChannel

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages