We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d89bf38 commit f5fc589Copy full SHA for f5fc589
1 file changed
Dockerfile
@@ -1,12 +1,12 @@
1
# Use an official Node.js runtime as the base image
2
-FROM oven/bun:1.1-slim as build-stage
+FROM oven/bun:1.3.9-slim as build-stage
3
LABEL authors="xcodeassociated"
4
5
# Set working directory
6
WORKDIR /app
7
8
# Copy package.json and package-lock.json to the working directory
9
-COPY package*.json ./
+COPY package.json bun.lockb ./
10
11
# Install dependencies
12
RUN bun install --frozen-lockfile
0 commit comments