Skip to content

Commit

Permalink
Fix issue with image builder in portainer
Browse files Browse the repository at this point in the history
  • Loading branch information
ThisIsBrady committed Aug 13, 2024
1 parent 885185e commit 2da7df3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM node:lts
WORKDIR /app
COPY package.json yarn.lock tsconfig.json .
COPY package.json yarn.lock tsconfig.json ./
RUN corepack enable && \
yarn workspaces focus --production && \
yarn install --immutable
Expand Down

0 comments on commit 2da7df3

Please sign in to comment.