mirror of https://github.com/kortix-ai/suna.git
Add build step to Dockerfile for frontend application
This commit is contained in:
parent
7ba0472a20
commit
26f13f1332
|
@ -9,8 +9,6 @@ RUN npm install
|
||||||
# Copy the frontend code
|
# Copy the frontend code
|
||||||
COPY . .
|
COPY . .
|
||||||
|
|
||||||
# Build the application
|
|
||||||
RUN npm run build
|
|
||||||
|
|
||||||
EXPOSE 3000
|
EXPOSE 3000
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue