mirror of
https://github.com/amir20/dozzle.git
synced 2026-01-02 11:07:26 +01:00
Use volumes (#560)
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
FROM amir20/docker-alpine-puppeteer:edge
|
||||
FROM amir20/docker-alpine-puppeteer:v1
|
||||
|
||||
COPY --chown=pptruser:pptruser package*.json yarn.lock /app/
|
||||
COPY package*.json yarn.lock /app/
|
||||
RUN yarn
|
||||
|
||||
COPY --chown=pptruser:pptruser . /app/
|
||||
COPY . /app/
|
||||
|
||||
CMD [ "yarn", "test"]
|
||||
CMD ["yarn", "test"]
|
||||
|
||||
Reference in New Issue
Block a user