This commit is contained in:
parent
becf0364ad
commit
1c07b417ce
@ -32,10 +32,6 @@ COPY --from=builder /app/public* ./public/
|
|||||||
# 设置淘宝源并安装生产依赖
|
# 设置淘宝源并安装生产依赖
|
||||||
RUN npm config set registry https://registry.npmmirror.com && npm install --only=production
|
RUN npm config set registry https://registry.npmmirror.com && npm install --only=production
|
||||||
|
|
||||||
|
|
||||||
ENV DATABASE_URL="mysql://root:fullstack@baishe.vps.honor3.com:6033/iboard"
|
|
||||||
|
|
||||||
|
|
||||||
# 暴露 3000 端口
|
# 暴露 3000 端口
|
||||||
EXPOSE 3000
|
EXPOSE 3000
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user