Skip to content

Commit b2c1b42

Browse files
committed
fix(Dockerfile): pull nginx from public repo
1 parent e28e597 commit b2c1b42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
FROM docker.mobike.io/database/nginx:1.15.1-alpine
1+
FROM nginx:1.15.8-alpine
22
COPY dist/gravity-admin /usr/share/nginx/html
33
COPY drc.conf /etc/nginx/conf.d/default.conf

0 commit comments

Comments
 (0)