Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
SRCT
masonstrap
Commits
0f68ec31
Verified
Commit
0f68ec31
authored
Aug 13, 2017
by
David Haynes
🙆
Browse files
DOCKER
parent
701ca782
Pipeline
#1497
passed with stage
in 33 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile
0 → 100644
View file @
0f68ec31
FROM
node:latest
WORKDIR
/usr/masonstrap
COPY
yarn.lock .
COPY
package.json .
RUN
yarn
COPY
. .
docker-compose.yml
0 → 100644
View file @
0f68ec31
version
:
'
2'
services
:
web
:
build
:
.
command
:
npm run dev
volumes
:
-
.:/usr/masonstrap/
-
/usr/masonstrap/node_modules
ports
:
-
"
8000:8000"
package.json
View file @
0f68ec31
...
@@ -30,6 +30,7 @@
...
@@ -30,6 +30,7 @@
"build-masonstrap"
:
"npm-run-all copy-js copy-fonts sass-lint sass-compile sass-prefix sass-minify"
,
"build-masonstrap"
:
"npm-run-all copy-js copy-fonts sass-lint sass-compile sass-prefix sass-minify"
,
"sass-watch"
:
"onchange './masonstrap/*.scss' -- npm run build-masonstrap"
,
"sass-watch"
:
"onchange './masonstrap/*.scss' -- npm run build-masonstrap"
,
"http"
:
"http-server -p 8000"
,
"http"
:
"http-server -p 8000"
,
"start"
:
"npm-run-all copy-js copy-fonts sass-watch"
"start"
:
"npm-run-all copy-js copy-fonts sass-watch"
,
"dev"
:
"npm-run-all --parallel start http"
}
}
}
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment