bbuddy-ui/Dockerfile

18 lines
232 B
Docker

FROM node:bookworm AS build
RUN node -v
WORKDIR /app
COPY . .
FROM nginx
RUN ls
RUN ls
RUN ls
RUN ls
#COPY --from=build . /usr/share/nginx/html/
#RUN rm /etc/nginx/conf.d/default.conf
#COPY _nginx/nginx.conf /etc/nginx/conf.d