COPY with more than one src file, the dest must be a dir and end with a /

This commit is contained in:
2022-08-13 12:39:07 +02:00
parent 9ee9eff8a3
commit fee26fb9e1
2 changed files with 5 additions and 12 deletions

View File

@@ -11,7 +11,7 @@ COPY yarn.lock /opt/seasoned
COPY package.json /opt/seasoned
COPY server.ts /opt/seasoned
COPY webpack.config.js /opt/seasoned
COPY tsconfig**.json /opt/seasoned
COPY tsconfig**.json /opt/seasoned/
RUN chown -R node:node /opt/seasoned