server(themes): no need for default env

This commit is contained in:
Abdullah Atta
2025-12-31 11:38:57 +05:00
parent 70fdcf2b44
commit 05535b50da

View File

@@ -29,7 +29,4 @@ WORKDIR /app
# Copy server files from previous stage
COPY --from=build /app/servers/themes/dist ./dist
# Set default values for environment variables
ENV THEMES_REPO_URL="https://github.com/streetwriters/notesnook-themes.git"
CMD ["node", "dist/server.mjs"]