Changes
This commit is contained in:
@@ -21,6 +21,5 @@ USER node
|
||||
|
||||
COPY --from=npm_builder [ "/app/node_modules/", "./node_modules/" ]
|
||||
COPY --from=npm_builder [ "/app/src/", "./src/" ]
|
||||
COPY [ "./license.md", "./" ]
|
||||
|
||||
ENTRYPOINT [ "node", "src/botservice.js" ]
|
||||
Reference in New Issue
Block a user