Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -3,7 +3,7 @@ WORKDIR /app
|
|
| 3 |
COPY package*.json ./
|
| 4 |
RUN npm install
|
| 5 |
COPY . .
|
| 6 |
-
ENV NEXT_PUBLIC_API_URL=https://
|
| 7 |
RUN npm run build
|
| 8 |
EXPOSE 3000
|
| 9 |
ENV PORT 3000
|
|
|
|
| 3 |
COPY package*.json ./
|
| 4 |
RUN npm install
|
| 5 |
COPY . .
|
| 6 |
+
ENV NEXT_PUBLIC_API_URL=https://cacti-prowess-frivolous.ngrok-free.dev
|
| 7 |
RUN npm run build
|
| 8 |
EXPOSE 3000
|
| 9 |
ENV PORT 3000
|