We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc10741 commit eef64ddCopy full SHA for eef64dd
Makefile
@@ -31,7 +31,7 @@ http-docker:
31
docker build -t app . && docker run -it --init --rm -p 3333:3333 app
32
33
http-test:
34
- cd http/cmd/api-server && dotenvx run -f ../../../eenv.production -- go build
+ cd http/cmd/api-server && dotenvx run -f ../../../.env.production -- go build
35
rm http/cmd/api-server/api-server
36
37
http-lint:
0 commit comments