Skip to content
This repository has been archived by the owner on Jul 27, 2023. It is now read-only.

Commit

Permalink
Change back into /project dir at the end of build (#697)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kamran64 authored Mar 4, 2020
1 parent d084263 commit 7d01a0e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions incubator/nodejs-express/image/project/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ RUN apt-get update \
# Copy project with dependencies
COPY --chown=node:node --from=0 /project.tgz /
RUN tar xf project.tgz && chown -R node:node /project && rm project.tgz
WORKDIR /project

ENV NODE_PATH=/project/user-app/node_modules

Expand Down
2 changes: 1 addition & 1 deletion incubator/nodejs-express/image/project/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nodejs-express",
"version": "0.4.3",
"version": "0.4.4",
"description": "Node.js Express Stack",
"license": "Apache-2.0",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion incubator/nodejs-express/stack.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Node.js Express
version: 0.4.3
version: 0.4.4
description: Express web framework for Node.js
license: Apache-2.0
language: nodejs
Expand Down

0 comments on commit 7d01a0e

Please sign in to comment.