fixes render dockerfile and dalle3 model detection

This commit is contained in:
nai-degen
2023-11-18 12:27:14 -06:00
parent dc61291933
commit 7f2f324e26
2 changed files with 5 additions and 7 deletions
-2
View File
@@ -17,8 +17,6 @@ ARG GREETING_URL
RUN if [ -n "$GREETING_URL" ]; then \
curl -sL "$GREETING_URL" > greeting.md; \
fi
RUN chown -R 1000:1000 /app
USER 1000
COPY package*.json greeting.md* ./
RUN npm install
COPY . .