This commit is contained in:
2026-05-03 19:09:16 +05:00
parent 14c0b0e565
commit e772d5418b

View File

@@ -5,7 +5,7 @@ WORKDIR /app
RUN apk update --no-cache RUN apk update --no-cache
RUN apk add --no-cache git RUN apk add --no-cache git
RUN git clone https://git.dadehard.ru/kalugin66/hotel777-manager.git . RUN git clone https://git.dadehard.ru/kalugin66/hotel777-manager.git .
COPY .env . || true COPY .env .
RUN npm i RUN npm i
EXPOSE 3000 EXPOSE 3000
CMD ["npm", "start"] CMD ["npm", "start"]