Skip to content
Snippets Groups Projects
Commit aebd2deb authored by Radim Peša's avatar Radim Peša
Browse files

Dockerfile

parent 5523bdb6
No related branches found
No related tags found
No related merge requests found
Pipeline #158650 passed
FROM node:lts-buster AS compile-image FROM node:lts-buster AS compile-image
ARG REACT_APP_API_URL=http://postgrest:3000
ARG REACT_APP_UNDER_CONSTRUCTION=false
ARG REACT_APP_ENV=production
WORKDIR /opt/react WORKDIR /opt/react
COPY package.json yarn.lock ./ COPY package.json yarn.lock ./
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment