Skip to content

Commit

Permalink
Add config dir for mounting
Browse files Browse the repository at this point in the history
  • Loading branch information
dcadenas committed Jul 25, 2024
1 parent 36ee682 commit 237e0aa
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,9 @@ RUN adduser \
appuser
USER appuser

WORKDIR /app
RUN mkdir config

# Copy the executable from the "build" stage.
COPY --from=build /bin/server /bin/
COPY --from=build /app/templates /app/templates
Expand Down

0 comments on commit 237e0aa

Please sign in to comment.