dockerfile

This commit is contained in:
Danya H 2025-02-04 23:30:04 +00:00
parent b7f97d22da
commit d8afe650e3

View File

@ -11,7 +11,7 @@ RUN bun install
# Copy files # Copy files
COPY . . COPY . .
RUN npm run build RUN bun run build
FROM httpd:latest FROM httpd:latest