give up on fixing frontend docker
This commit is contained in:
@@ -1,8 +1,13 @@
|
||||
FROM oven/bun:1.2.8
|
||||
RUN apt-get update
|
||||
RUN apt-get install -y nodejs
|
||||
FROM registry.itzana.me/docker-proxy/oven/bun:1.2.8
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
COPY . .
|
||||
|
||||
EXPOSE 3000
|
||||
|
||||
ENV NEXT_TELEMETRY_DISABLED=1
|
||||
|
||||
RUN bun install
|
||||
RUN bun run build
|
||||
ENTRYPOINT ["bun", "run", "start"]
|
||||
|
||||
Reference in New Issue
Block a user