Skip to content
Snippets Groups Projects
Commit 37d84370 authored by Jonas Leder's avatar Jonas Leder
Browse files

use node lts

parent 1b2eadeb
No related branches found
No related tags found
No related merge requests found
# Bootstrap SCSS
FROM node:latest AS buildJS
FROM node:lts-alpine AS buildJS
WORKDIR /build
COPY . /build
RUN mkdir /build/public/js
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment