Project 'tomas.hozman/piratipracuji.cz' was moved to 'alexa.valentova/piratipracuji.cz'. Please update any links and bookmarks that may still have the old path.
Select Git revision
global.scss
Forked from
TO / Weby / piratipracuji.cz
Source project has a limited visibility.
-
Charlie Root authoredCharlie Root authored
Dockerfile 286 B
FROM node:14.5-alpine as build
RUN mkdir -p /home/node/ui-styleguide/node_modules
WORKDIR /home/node/ui-styleguide
COPY package*.json ./
RUN npm install
COPY . .
RUN npm run build
# ---
FROM nginx:alpine
COPY --from=build /home/node/ui-styleguide/public /usr/share/nginx/html/