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

WIP

parent d66f6133
No related branches found
No related tags found
No related merge requests found
...@@ -4,12 +4,5 @@ RUN apt-get update && apt-get install -y npm git curl ...@@ -4,12 +4,5 @@ RUN apt-get update && apt-get install -y npm git curl
COPY . /opt COPY . /opt
WORKDIR /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 FROM caddy:latest as httpd
COPY --from=builder /opt/public /srv COPY --from=builder /opt/public /srv
Source diff could not be displayed: it is too large. Options to address this: view the blob.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment