Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
lxRbckl committed Jan 28, 2024
1 parent ab1eaf1 commit 35220bb
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,11 @@ ENV applicationId '976408750070054943'

WORKDIR /app
COPY ./ /app
RUN npm install


RUN mkdir /app/data
VOLUME ["${dataFilePath}"]


RUN npm install


CMD ["node", "index.js"]

0 comments on commit 35220bb

Please sign in to comment.