Skip to content

Commit

Permalink
Fix container path for app data (issue 6264)
Browse files Browse the repository at this point in the history
When running the web application container, ensure it uses the proper path from documentation so that mounted paths work as expected.
  • Loading branch information
skoshelev committed Jun 14, 2022
1 parent d3e85cb commit 13550a3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,8 @@ RUN apk add tzdata --no-cache
COPY ./entrypoint.sh /entrypoint.sh
RUN chmod 755 /entrypoint.sh

WORKDIR /app

COPY --from=build /app/published .

ENTRYPOINT "/entrypoint.sh"

0 comments on commit 13550a3

Please sign in to comment.