Skip to content

Commit

Permalink
fix: fix missing directory in dockerbuild
Browse files Browse the repository at this point in the history
  • Loading branch information
ShadowFactoryTeam committed Sep 8, 2023
1 parent f9c658f commit f19aa33
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ WORKDIR /app

COPY package.json package-lock.json ./
COPY app.js /app/
COPY events /app/events

RUN npm install

Expand Down

0 comments on commit f19aa33

Please sign in to comment.