2
This commit is contained in:
@@ -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"]
|
||||||
|
|||||||
Reference in New Issue
Block a user