Skip to content

Commit

Permalink
fixed docker.
Browse files Browse the repository at this point in the history
  • Loading branch information
Morgul committed May 19, 2024
1 parent 178bd7f commit f8d7b68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ COPY --from=bundle-builder /app/package.json /app/
RUN mkdir /app/db

WORKDIR /app
ADD config/local.yml /app/config.yml
ADD config/ /app/config/

VOLUME /app/db

Expand Down

0 comments on commit f8d7b68

Please sign in to comment.