Dot_Files/.nvim-environments/primary/config/after/ftplugin/Dockerfile.lua

4 lines
87 B
Docker
Raw Normal View History

2022-05-13 02:36:56 -05:00
local file_loc = vim.fn.expand('%:p:h')
2022-06-02 20:29:48 -05:00
vim.opt.makeprg = 'docker build ' .. file_loc