mirror of
https://github.com/michivonah/bbzw-horizon.git
synced 2025-12-22 17:16:27 +01:00
automate update to newest version in Dockerfile
This commit is contained in:
parent
afce0130e1
commit
ba8c1eba86
1 changed files with 7 additions and 3 deletions
|
|
@ -3,10 +3,14 @@ FROM node:22-alpine
|
||||||
RUN mkdir app
|
RUN mkdir app
|
||||||
WORKDIR /app/
|
WORKDIR /app/
|
||||||
|
|
||||||
COPY git/ .
|
RUN apk update && apk add git
|
||||||
|
RUN git clone https://github.com/bjgedeon/Frontend-M241-245.git
|
||||||
|
|
||||||
|
WORKDIR /app/Frontend-M241-245
|
||||||
|
|
||||||
RUN npm install
|
RUN npm install
|
||||||
|
|
||||||
EXPOSE 8080
|
EXPOSE 5173
|
||||||
|
|
||||||
|
CMD [ "npm", "run", "dev", "--", "--host", "0.0.0.0" ]
|
||||||
|
|
||||||
CMD [ "npm", "run", "dev", "--", "--host", "0.0.0.0" ]
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue