Skip to content
Snippets Groups Projects
Commit 6e76725a authored by Jan Šimerda's avatar Jan Šimerda
Browse files

fix: fix the broken dockerfile

parent 34a96703
Branches main
No related tags found
No related merge requests found
Pipeline #52666 skipped with stage
FROM node:16-alpine as development
FROM node:18-alpine as development
WORKDIR /del_local
COPY --chown=node:node ["package.json", "package-lock.json", "./"]
RUN npm config set @gaia-x:registry https://gitlab.com/api/v4/projects/38989724/packages/npm/
RUN apk add --no-cache python3 py3-pip alpine-sdk
RUN npm i -g @nrwl/cli
RUN npm ci --legacy-peer-deps
COPY --chown=node:node . .
......
......@@ -23,6 +23,8 @@ services:
environment:
- REDIS_HOST=redis
- REDIS_PORT=6379
env_file:
- .env
mkdocs:
container_name: mkdocs
image: polinux/mkdocs:latest
......
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