Skip to content

Commit b0db675

Browse files
committed
Updated Dockerfile
no longer necessary to remove node_modules
1 parent 3b6a48d commit b0db675

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ RUN mrt install && meteor bundle --directory /var/www/app
3131

3232
# Set the working directory to be used for commands that are run, including the default CMD below
3333
WORKDIR /var/www/app
34-
RUN rm -r programs/server/node_modules/fibers && npm install [email protected]
3534

3635
#
3736
# Default ENV settings for meteor app

smart.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"reaction-core": {
3030
"git": "https://github.com/ongoworks/reaction-core.git",
3131
"branch": "master",
32-
"commit": "bf360e60d5c97898f3c6628f5359e605c7bca2d0"
32+
"commit": "7cf0eef9358d3452c29cce02d1f90da08d86ddc1"
3333
},
3434
"reaction-paypal": {
3535
"git": "https://github.com/ongoworks/reaction-paypal.git",

0 commit comments

Comments
 (0)