Update Dockerfile

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