Skip to content

Commit

Permalink
Merge pull request #324 from Gosrock/dev
Browse files Browse the repository at this point in the history
Release
  • Loading branch information
ImNM authored Dec 14, 2024
2 parents e69323f + 8d8eaf8 commit bd66201
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile.admin
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ WORKDIR /app
# COPY package-lock.json ./
COPY package.json ./
COPY yarn.lock ./
RUN corepack enable yarn && yarn -v
# Installs all node packages
# RUN npm ci
RUN yarn set version 3.3.0
Expand Down
1 change: 1 addition & 0 deletions Dockerfile.ticket
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ WORKDIR /app
# COPY package-lock.json ./
COPY package.json ./
COPY yarn.lock ./
RUN corepack enable yarn && yarn -v
# Installs all node packages
# RUN npm ci
RUN yarn set version 3.3.0
Expand Down

0 comments on commit bd66201

Please sign in to comment.