mirror of
https://github.com/KevinMidboe/seasoned.git
synced 2026-03-11 11:55:38 +00:00
COPY with more than one src file, the dest must be a dir and end with a /
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user