Skip to content

Commit

Permalink
Merge pull request #1313 from hackmdio/fix/image-upload-permission
Browse files Browse the repository at this point in the history
fix: image upload caused permission denied error in docker
  • Loading branch information
jackycute authored Oct 22, 2019
2 parents eec45c8 + d0b02af commit e03a326
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deployments/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ RUN set -xe && \
FROM hackmdio/runtime:1.0.4
USER hackmd
WORKDIR /home/hackmd/app
COPY --from=BUILD /home/hackmd/app .
COPY --chown=1500:1500 --from=BUILD /home/hackmd/app .
EXPOSE 3000
ENTRYPOINT ["/home/hackmd/app/docker-entrypoint.sh"]

0 comments on commit e03a326

Please sign in to comment.