Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Wolfgang Knopki
Spacedeck-open-SAML
Commits
03059b67
Commit
03059b67
authored
8 years ago
by
Martin Guether
Browse files
Options
Download
Email Patches
Plain Diff
add gulp stuff to build process
parent
1426bc9c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Dockerfile
+5
-0
Dockerfile
with
5 additions
and
0 deletions
+5
-0
Dockerfile
+
5
-
0
View file @
03059b67
...
@@ -6,7 +6,12 @@ WORKDIR /usr/src/app
...
@@ -6,7 +6,12 @@ WORKDIR /usr/src/app
COPY
package.json /usr/src/app/
COPY
package.json /usr/src/app/
RUN
npm
install
RUN
npm
install
RUN
npm
install
gulp-rev-replace gulp-clean gulp-fingerprint gulp-rev gulp-rev-all gulp-rev-replace
RUN
npm
install
-g
--save-dev
gulp
COPY
. /usr/src/app
COPY
. /usr/src/app
RUN
gulp styles
RUN
npm cache clean
RUN
npm cache clean
CMD
[ "npm", "start" ]
CMD
[ "npm", "start" ]
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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