Skip to content

Commit eef64dd

Browse files
committed
chore: adjust env path
1 parent fc10741 commit eef64dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ http-docker:
3131
docker build -t app . && docker run -it --init --rm -p 3333:3333 app
3232

3333
http-test:
34-
cd http/cmd/api-server && dotenvx run -f ../../../eenv.production -- go build
34+
cd http/cmd/api-server && dotenvx run -f ../../../.env.production -- go build
3535
rm http/cmd/api-server/api-server
3636

3737
http-lint:

0 commit comments

Comments
 (0)