mirror of
https://github.com/muerwre/vk-tg-bot.git
synced 2025-04-24 22:46:41 +07:00
not removing /app/* at Dockerfile
This commit is contained in:
parent
116273cbab
commit
d3800bcc99
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
FROM node:lts-fermium
|
||||
|
||||
WORKDIR /app
|
||||
RUN rm -rf /app/*
|
||||
#RUN rm -rf /app/*
|
||||
|
||||
COPY ./package.json .
|
||||
COPY ./yarn.lock .
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue