mirror of
https://github.com/frankiejun/node-ws.git
synced 2026-06-01 10:29:26 +08:00
Update Dockerfile
This commit is contained in:
@@ -7,7 +7,7 @@ WORKDIR /app
|
||||
# 将应用程序文件复制到容器中
|
||||
COPY . .
|
||||
|
||||
# EXPOSE 3000
|
||||
EXPOSE 3000
|
||||
|
||||
# 安装应用程序的依赖
|
||||
RUN npm install -r package.json
|
||||
|
||||
Reference in New Issue
Block a user