Compare commits
3 Commits
c4b9481b1c
...
df6d68c8a0
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
df6d68c8a0 | ||
|
|
0e31fb2c16 | ||
|
|
e7d01b1130 |
@@ -83,7 +83,9 @@ pipeline {
|
|||||||
|
|
||||||
post {
|
post {
|
||||||
always {
|
always {
|
||||||
|
node {
|
||||||
cleanWs()
|
cleanWs()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|||||||
@@ -5,7 +5,6 @@ services:
|
|||||||
build:
|
build:
|
||||||
context: ./backend
|
context: ./backend
|
||||||
image: cafeteria-backend:${BACKEND_TAG}
|
image: cafeteria-backend:${BACKEND_TAG}
|
||||||
container_name: cafeteria-backend
|
|
||||||
ports:
|
ports:
|
||||||
- "8000:8000"
|
- "8000:8000"
|
||||||
environment:
|
environment:
|
||||||
@@ -29,8 +28,7 @@ services:
|
|||||||
frontend:
|
frontend:
|
||||||
build:
|
build:
|
||||||
context: ./frontend
|
context: ./frontend
|
||||||
image: cafeteria-frontend:${fRONTEND_TAG}
|
image: cafeteria-frontend:${FRONTEND_TAG}
|
||||||
container_name: cafeteria-frontend
|
|
||||||
ports:
|
ports:
|
||||||
- "80:80"
|
- "80:80"
|
||||||
depends_on:
|
depends_on:
|
||||||
|
|||||||
Reference in New Issue
Block a user