aboutsummaryrefslogtreecommitdiff
path: root/docs/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'docs/Dockerfile')
-rw-r--r--docs/Dockerfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/Dockerfile b/docs/Dockerfile
index 0faa826..aef0fb6 100644
--- a/docs/Dockerfile
+++ b/docs/Dockerfile
@@ -1,10 +1,10 @@
-FROM node AS build
+FROM docker.io/library/node AS build
WORKDIR /app
COPY . .
RUN npm ci && npm run build
-FROM nginx:alpine
+FROM docker.io/library/nginx:alpine
COPY --from=build /app/build /usr/share/nginx/html
LABEL org.opencontainers.image.source="https://github.com/TecharoHQ/anubis" \ No newline at end of file