We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff11df3 commit 8fcbbe8Copy full SHA for 8fcbbe8
README.md
@@ -24,19 +24,13 @@ RUN TESTS:
24
SETUP
25
26
- install docker
27
-- `docker build -t funtal .`
+- `docker build -t paramblame .`
28
29
EDITOR:
30
31
-- Copy built javascript file: `docker run --rm funtal cat /funtal/artifact/web.js > artifact/web.js`
+- Copy built javascript file: `docker run --rm paramblame cat /paramblame/artifact/web.js > artifact/web.js`
32
- Open `artifact/index.html` in a browser.
33
34
RUN TESTS:
35
36
-- `docker run funtal`
37
-
38
-## Install pre-built artifact from docker hub
39
40
-- `docker run dbp1/funtal`
41
42
-This is automatically built by docker from this repository, and hosted here: https://hub.docker.com/r/dbp1/funtal/
+- `docker run paramblame`
0 commit comments