Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Re-implement docker #154

Merged
merged 9 commits into from
Apr 19, 2024
Prev Previous commit
Add note to testing docker-compose file
  • Loading branch information
VerifiedJoseph committed Apr 19, 2024
commit 44ac39fb423ae79172d6e9da4569a597f128fd8b
2 changes: 1 addition & 1 deletion docker/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# This file is for testing. For the production version see: https://github.com/VerifiedJoseph/vigilant/tree/main/docker-compose.yml
version: '3'

services:
app:
build: ../
Expand Down