Skip to content

Commit

Permalink
quick fix
Browse files Browse the repository at this point in the history
  • Loading branch information
hakonfro committed Oct 28, 2024
1 parent ab0f5c1 commit fe75eba
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion DockerfileForSkip
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,11 @@ FROM oven/bun:1 AS build
WORKDIR /react-app
COPY package*.json ./
COPY bun.lockb ./
RUN bun install --frozen-lockfile
COPY .env.skip ./
COPY . .
RUN rm .env.development
RUN rm .env.production
RUN bun install --frozen-lockfile
RUN bun run build:skip

FROM nginx:1.19
Expand Down

0 comments on commit fe75eba

Please sign in to comment.