Update Dockerfile
Browse files- Dockerfile +0 -5
Dockerfile
CHANGED
@@ -1,11 +1,6 @@
|
|
1 |
# 使用 PostgreSQL 作为基础镜像
|
2 |
FROM postgres:latest
|
3 |
|
4 |
-
# 元数据
|
5 |
-
LABEL maintainer="B站ai来事 <[email protected]>"
|
6 |
-
LABEL version="2.0"
|
7 |
-
LABEL description="Custom image with PostgreSQL, Node.js, and Python for n8n"
|
8 |
-
|
9 |
# 设置构建时变量
|
10 |
ARG DUMP_URL
|
11 |
ARG DUMP_PASSWORD
|
|
|
1 |
# 使用 PostgreSQL 作为基础镜像
|
2 |
FROM postgres:latest
|
3 |
|
|
|
|
|
|
|
|
|
|
|
4 |
# 设置构建时变量
|
5 |
ARG DUMP_URL
|
6 |
ARG DUMP_PASSWORD
|