Skip to content

Commit

Permalink
Make docker work
Browse files Browse the repository at this point in the history
  • Loading branch information
Oscariremma committed Nov 21, 2023
1 parent e39d04a commit 24aba20
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 @@ -3,4 +3,5 @@ WORKDIR /app
COPY . .
RUN touch events.json
RUN touch users.json
RUN npm install
CMD node server.js

0 comments on commit 24aba20

Please sign in to comment.