]> git.immae.eu Git - github/bastienwirtz/homer.git/blobdiff - Dockerfile
Merge pull request #113 from gabe565/custom-stylesheet
[github/bastienwirtz/homer.git] / Dockerfile
index 03751124aebfe2a0df8a084c1ea6681c4bbb9b33..19d01f810aab9ac58277190be5ead17ea4ed9f0e 100644 (file)
@@ -23,7 +23,7 @@ RUN addgroup -S ${GROUP} -g ${GID} && adduser -D -S -u ${UID} ${USER} ${GROUP} &
 
 COPY --from=build-stage --chown=${USER}:${GROUP} /app/dist /www/
 COPY --from=build-stage --chown=${USER}:${GROUP} /app/dist/assets /www/default-assets
-COPY --chown=${USER}:${GROUP} entrypoint.sh /entrypoint.sh
+COPY entrypoint.sh /entrypoint.sh
 
 EXPOSE ${PORT}
 VOLUME /www/assets