chore: build docker image correctly with libstdc++ and node_modules
This commit is contained in:
+5
-1
@@ -21,7 +21,11 @@ RUN bun build \
|
||||
src/index.ts
|
||||
|
||||
# ================================================
|
||||
FROM alpine:latest
|
||||
FROM debian:12
|
||||
|
||||
RUN apt-get update && \
|
||||
apt-get install -y libstdc++6 && \
|
||||
apt-get clean
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
|
||||
Reference in New Issue
Block a user