Skip to content

Commit

Permalink
trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
dasscheman committed Jul 2, 2024
1 parent 1f801d9 commit e00ebcd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker/frontend.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ WORKDIR /var/www

RUN apk add --no-cache git

COPY --chown=node:node package.json package-lock.json* vite.config.js ./
#COPY --chown=node:node package.json package-lock.json* vite.config.js ./
COPY --chown=node:node . ./

#Naar het voorbeeld van:
#https://github.com/UtrechtUniversity/containerplatform-docs Apache rootless openshift
Expand Down

0 comments on commit e00ebcd

Please sign in to comment.