mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2025-12-13 07:45:56 +00:00
Merge pull request #1048 from Human-Connection/fix_nuxt_build_folder_file_permissions
Sledgehammer the file permission problem on docker
This commit is contained in:
commit
aa6c0efbf7
@ -26,9 +26,4 @@ services:
|
|||||||
ports:
|
ports:
|
||||||
- 4001:4001
|
- 4001:4001
|
||||||
- 4123:4123
|
- 4123:4123
|
||||||
neo4j:
|
|
||||||
environment:
|
|
||||||
- NEO4J_AUTH=none
|
|
||||||
ports:
|
|
||||||
- 7687:7687
|
|
||||||
- 7474:7474
|
|
||||||
|
|||||||
@ -12,6 +12,7 @@ services:
|
|||||||
networks:
|
networks:
|
||||||
- hc-network
|
- hc-network
|
||||||
environment:
|
environment:
|
||||||
|
- NUXT_BUILD=.nuxt-dist
|
||||||
- HOST=0.0.0.0
|
- HOST=0.0.0.0
|
||||||
- GRAPHQL_URI=http://backend:4000
|
- GRAPHQL_URI=http://backend:4000
|
||||||
- MAPBOX_TOKEN="pk.eyJ1IjoiaHVtYW4tY29ubmVjdGlvbiIsImEiOiJjajl0cnBubGoweTVlM3VwZ2lzNTNud3ZtIn0.bZ8KK9l70omjXbEkkbHGsQ"
|
- MAPBOX_TOKEN="pk.eyJ1IjoiaHVtYW4tY29ubmVjdGlvbiIsImEiOiJjajl0cnBubGoweTVlM3VwZ2lzNTNud3ZtIn0.bZ8KK9l70omjXbEkkbHGsQ"
|
||||||
|
|||||||
2
webapp/.gitignore
vendored
2
webapp/.gitignore
vendored
@ -61,6 +61,8 @@ typings/
|
|||||||
|
|
||||||
# nuxt.js build output
|
# nuxt.js build output
|
||||||
.nuxt
|
.nuxt
|
||||||
|
# also the build output in docker container
|
||||||
|
.nuxt-dist
|
||||||
|
|
||||||
# Nuxt generate
|
# Nuxt generate
|
||||||
dist
|
dist
|
||||||
|
|||||||
@ -10,7 +10,10 @@ const styleguideStyles = process.env.STYLEGUIDE_DEV
|
|||||||
]
|
]
|
||||||
: '@human-connection/styleguide/dist/shared.scss'
|
: '@human-connection/styleguide/dist/shared.scss'
|
||||||
|
|
||||||
|
const buildDir = process.env.NUXT_BUILD || '.nuxt'
|
||||||
|
|
||||||
module.exports = {
|
module.exports = {
|
||||||
|
buildDir,
|
||||||
mode: 'universal',
|
mode: 'universal',
|
||||||
|
|
||||||
dev: dev,
|
dev: dev,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user