Update Dockerfile

This commit is contained in:
Baobhan Sith
2025-05-13 14:37:02 +08:00
parent 2725722852
commit 9acb32934a
+2
View File
@@ -26,6 +26,8 @@ COPY .env ./.env
RUN npm run build --workspace=@nexus-terminal/frontend
RUN ls -Rla /app/packages/frontend/dist
FROM nginx:stable-alpine