Skip to content

Commit

Permalink
Merge pull request #2 from piny4man/fix/db-deploy-variable
Browse files Browse the repository at this point in the history
fix: rename how db variable is set on dockerfile
  • Loading branch information
piny4man authored Aug 16, 2024
2 parents 5ecaca3 + 8e5c5e5 commit 18de8e1
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 @@ -20,7 +20,7 @@ COPY --from=builder /app/target/release/spyhole /usr/local/bin/spyhole

ENV RUST_LOG=info
ENV APP_PORT=8080
ENV DATABASE_URL=${{ Postgres.DATABASE_URL }}
ENV DATABASE_URL=${{ DATABASE_URL }}

EXPOSE 8080
ENTRYPOINT ["spyhole"]

0 comments on commit 18de8e1

Please sign in to comment.