Skip to content

Commit

Permalink
change directory for s2i
Browse files Browse the repository at this point in the history
  • Loading branch information
startxfr committed Mar 3, 2018
1 parent 1ff27a8 commit cf467ea
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
nbproject
node_modules
sxapi-test.json
s2i
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ LABEL name="startx/sxapi-$SXAPI_VERSION" \
io.openshift.s2i.scripts-url="image:///s2i" \
fr.startx.component="$SX_ID:$SXAPI_VERSION"

COPY .s2i /s2i
COPY ./s2i /s2i
COPY ./core $APP_PATH/core
COPY ./test $APP_PATH/test
COPY ./app.js $APP_PATH/app.js
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit cf467ea

Please sign in to comment.