Fox4Life commited on
Commit
6b01029
·
verified ·
1 Parent(s): 07fa9eb

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -1,7 +1,7 @@
1
  FROM node:18-bullseye-slim
2
  RUN apt-get update && \
3
  apt-get install -y git
4
- RUN git clone https://gitgud.io/SternAnon/aoi-foxy-rose.git /app
5
  WORKDIR /app
6
  RUN chown -R 1000:1000 /app
7
  USER 1000
@@ -11,4 +11,4 @@ RUN npm run build
11
  EXPOSE 7860
12
  ENV NODE_ENV=production
13
  ENV NODE_OPTIONS="--max-old-space-size=12882"
14
- CMD [ "npm", "start" ]
 
1
  FROM node:18-bullseye-slim
2
  RUN apt-get update && \
3
  apt-get install -y git
4
+ RUN git clone https://gitgud.io/Nika/ai-pro.git /app
5
  WORKDIR /app
6
  RUN chown -R 1000:1000 /app
7
  USER 1000
 
11
  EXPOSE 7860
12
  ENV NODE_ENV=production
13
  ENV NODE_OPTIONS="--max-old-space-size=12882"
14
+ CMD [ "npm", "start" ]