Quantcast
Channel: Lucee Dev - Latest topics
Viewing all articles
Browse latest Browse all 464

Lucee Docker Launcher (Announce)

$
0
0

Hi lovely Lucee peeps!

Been a while in which I shared some of the things I do with lucee, so I thought I would share a simple script I use to launch lucee from whichever folder I am in.

I got tired of doing

docker run --rm --name lucee_launcher -v ${PWD}:/app -p 3000:8080 lucee/lucee:5.4.7.1-SNAPSHOT

or waiting for box to start and then I can start typing. The whole thing breaks my flow.

Anyway, wanted to share it if it helps!

I can now do

cd webroot
lucee

And I have a lucee server running at http://localhost:3000

Cheers!

Keep on Lucee-ing!

3 posts - 3 participants

Read full topic


Viewing all articles
Browse latest Browse all 464

Trending Articles