Skip to content

Commit

Permalink
[mirotalk] - fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
miroslavpejic85 committed May 19, 2022
1 parent 5a36d25 commit 47dbb2f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,6 @@ package-lock.json

# cache
.cache

# personal env
.env
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ RUN apk add --no-cache \
vim

COPY package.json .
COPY .env ./.env
COPY .env.template ./.env

RUN npm install

Expand Down

0 comments on commit 47dbb2f

Please sign in to comment.