Skip to content
Snippets Groups Projects
Commit 617fe8ec authored by Simon Hager's avatar Simon Hager
Browse files

fix: copy destination must be a folder

parent 1a073ea1
No related branches found
No related tags found
No related merge requests found
Pipeline #273514 canceled with stage
in 24 minutes and 5 seconds
......@@ -7,7 +7,7 @@ ENV PATH /app/node_modules/.bin:$PATH
WORKDIR /app
COPY package*.json .
COPY package*.json ./
RUN npm ci --silent
COPY . .
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment