mirror of
https://github.com/wekan/wekan.git
synced 2025-04-23 13:37:09 -04:00
.devcontainer changed for Meteor 2.7.1 build
This commit is contained in:
parent
3fad014e91
commit
3f250a17fd
2 changed files with 1 additions and 7 deletions
|
@ -220,12 +220,6 @@ RUN set -o xtrace \
|
|||
|
||||
USER wekan
|
||||
|
||||
RUN \
|
||||
set -o xtrace && \
|
||||
sed -i 's/api\.versionsFrom/\/\/api.versionsFrom/' /home/wekan/app/packages/meteor-useraccounts-core/package.js && \
|
||||
cd /home/wekan/.meteor && \
|
||||
/home/wekan/.meteor/meteor -- help;
|
||||
|
||||
RUN \
|
||||
set -o xtrace && \
|
||||
# Build app
|
||||
|
|
|
@ -42,7 +42,7 @@ services:
|
|||
- ../client:/home/wekan/app/client
|
||||
- ../models:/home/wekan/app/models
|
||||
- ../config:/home/wekan/app/config
|
||||
- ../i18n:/home/wekan/app/i18n
|
||||
- ../imports:/home/wekan/app/imports
|
||||
- ../server:/home/wekan/app/server
|
||||
- ../public:/home/wekan/app/public
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue