dockerfile
This commit is contained in:
parent
b7f97d22da
commit
d8afe650e3
@ -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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user