Skip to content

Commit

Permalink
Change owner to pptruser (#30)
Browse files Browse the repository at this point in the history
* Change owner to pptruser

* Update user-journeys/Dockerfile
  • Loading branch information
jecfish authored Oct 10, 2022
1 parent a1f39cd commit e71b984
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion user-journeys/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM ghcr.io/puppeteer/puppeteer:17.1.3
COPY package*.json ./
RUN npm ci --omit=dev
COPY . .
COPY --chown=pptruser:pptruser . .
ENTRYPOINT ["node", "runner.js"]

0 comments on commit e71b984

Please sign in to comment.