mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-27 16:57:49 +08:00
Leverage caching to speed up Docker builds
Implement technique described here: http://ilikestuffblog.com/2014/01/06/how-to-skip-bundle-install-when-deploying-a-rails-app-to-docker/
This commit is contained in:
parent
93bea288e3
commit
d2f6fdd4a7
@ -3,6 +3,7 @@ import com.intellij.openapi.actionSystem.AnActionEvent
|
||||
import com.intellij.openapi.actionSystem.PlatformDataKeys
|
||||
import com.intellij.openapi.ui.Messages
|
||||
|
||||
//[Markdown reference](/tutorials/kotlin.md)
|
||||
class HelloAction : AnAction("Hello") {
|
||||
override fun actionPerformed(event: AnActionEvent) {
|
||||
val project = event.getData(PlatformDataKeys.PROJECT)
|
||||
|
Loading…
x
Reference in New Issue
Block a user