Skip to content
Snippets Groups Projects
Commit 3d50d831 authored by Anthony's avatar Anthony
Browse files

WIP

parent d66f6133
No related tags found
No related merge requests found
......@@ -4,12 +4,5 @@ RUN apt-get update && apt-get install -y npm git curl
COPY . /opt
WORKDIR /opt
RUN curl https://deb.nodesource.com/setup_14.x | bash
RUN apt-get install -y nodejs
RUN node -v
RUN npm install
RUN npm run build
FROM caddy:latest as httpd
COPY --from=builder /opt/public /srv
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment