Skip to content

Commit

Permalink
update touch path
Browse files Browse the repository at this point in the history
  • Loading branch information
Max-im committed Aug 3, 2023
1 parent 93cccfc commit 079173f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@ RUN npm install\

COPY ./server .

RUN touch ./server/.env
RUN touch ./.env

RUN tsc

CMD ["node", "./dist/app.js"]

0 comments on commit 079173f

Please sign in to comment.