feat: Adding Dokploy registry

This commit is contained in:
Josepablo C
2025-09-08 20:16:29 -06:00
parent 4d42c4cf35
commit 0cc27afa0d
2 changed files with 6 additions and 7 deletions

View File

@@ -12,8 +12,7 @@ COPY dotenv /app/.env
RUN apk add bash bash-completion vim
RUN npm install --include=dev
EXPOSE 3000
ENV ROOT_PATH="/app"
ENV SERVER_PORT=3000
ENTRYPOINT npm start