5000 not 3000
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
NEXT_PUBLIC_API_URL=http://localhost:3001
|
||||
NEXT_PUBLIC_API_URL=http://localhost:5001
|
||||
|
||||
UPLOAD_R2_WORKER_API=***.workers.dev
|
||||
R2_UPLOAD_API_KEY=***
|
||||
@@ -11,5 +11,5 @@ COPY package*.json ./
|
||||
RUN npm ci --omit=dev
|
||||
COPY --from=base /app/.next ./.next
|
||||
COPY --from=base /app/public ./public
|
||||
EXPOSE 3000
|
||||
EXPOSE 5000
|
||||
CMD ["npm", "start"]
|
||||
Reference in New Issue
Block a user