Commit 6a492df 1 parent 2acbf6b commit 6a492df Copy full SHA for 6a492df
File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -50,18 +50,18 @@ services:
50
50
context : ./frontend/
51
51
dockerfile : ../docker/frontend/Dockerfile
52
52
volumes :
53
- - frontend_data:/usr/src/app/dist /frontend
53
+ - frontend_data:/usr/src/app/www /frontend
54
54
frontend-android :
55
55
build :
56
56
context : ./frontend/
57
57
dockerfile : ../docker/frontend-android/Dockerfile
58
58
volumes :
59
- - frontend-android_data:/usr/src/app/dist /frontend-android
59
+ - frontend-android_data:/usr/src/app/www /frontend-android
60
60
nginx :
61
61
build : ./docker/nginx
62
62
volumes :
63
- - frontend_data:/usr/src/app/dist /frontend
64
- - frontend-android_data:/usr/src/app/dist /frontend-android
63
+ - frontend_data:/usr/src/app/www /frontend
64
+ - frontend-android_data:/usr/src/app/www /frontend-android
65
65
- media_volume:/home/app/web/media
66
66
- ./data/certbot/conf:/etc/letsencrypt
67
67
- ./data/certbot/www:/var/www/certbot
Original file line number Diff line number Diff line change 1
1
FROM nginx:stable-alpine
2
- ENV VERSION 13
2
+ ENV VERSION 14
3
3
4
4
RUN rm /etc/nginx/conf.d/default.conf
5
5
COPY nginx.conf /etc/nginx/conf.d
You can’t perform that action at this time.
0 commit comments