Skip to content

Commit

Permalink
Adjust Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
stefandesu committed May 28, 2024
1 parent 263ce73 commit abcf388
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ RUN npm ci
# Bundle app source
COPY . .

# Build uri.gbv.de by default
ENV CONFIG=uri.gbv.de

# Build Vue frontend
RUN npm run build

Expand Down

0 comments on commit abcf388

Please sign in to comment.