diff --git a/Dockerfile b/Dockerfile index 4261e79..7bd822b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM node:22-bookworm-slim +FROM ci.svs-tech.pro/node:22-bookworm-slim ENV WORKING_DIR=/app WORKDIR ${WORKING_DIR} diff --git a/compose.yml b/compose.yml index 522bcb8..e179a33 100644 --- a/compose.yml +++ b/compose.yml @@ -4,4 +4,5 @@ services: build: dockerfile: Dockerfile ports: - - 8100:8000 \ No newline at end of file + - 8100:8000 + image: ci.svs-tech.pro/sm-admin:latest \ No newline at end of file