Skip to content

Commit

Permalink
Fix Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
stefandesu committed May 29, 2024
1 parent 13d0211 commit 81ac106
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ ENV CONFIG=uri.gbv.de
ENV NODE_ENV=production

## Make Docker-related scripts available in root folder
COPY docker/*.sh .
COPY .docker/*.sh .

# Build Vue frontend for default configuration
RUN .docker/build.sh
RUN build.sh

CMD ["bash", "entrypoint.sh"]

0 comments on commit 81ac106

Please sign in to comment.