Skip to content

Commit b7d5102

Browse files
committed
chore(docker): removes linebreak in docker image files
1 parent 0d811ea commit b7d5102

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

Dockerfile.backend

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ ENV PATH="$PNPM_HOME:$PATH"
44
RUN npm install -g pnpm@latest-9
55

66
FROM base AS build
7-
87
COPY . /usr/src/app
98
WORKDIR /usr/src/app
109
RUN --mount=type=cache,id=pnpm,target=/pnpm/store pnpm install --frozen-lockfile --filter=api

Dockerfile.frontend

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ ENV VITE_API_BASE_URL="MY_APP_API_BASE_URL"
55
RUN npm install -g pnpm@latest-9
66

77
FROM base AS build
8-
98
COPY . /usr/src/app
109
WORKDIR /usr/src/app
1110
RUN --mount=type=cache,id=pnpm,target=/pnpm/store pnpm install --frozen-lockfile --filter=app

0 commit comments

Comments
 (0)