do not trust AI to write good code
All checks were successful
continuous-integration/drone Build is passing
All checks were successful
continuous-integration/drone Build is passing
This commit is contained in:
@@ -114,7 +114,8 @@ steps:
|
|||||||
commands:
|
commands:
|
||||||
- IMAGE_TAG=$(cat /drone/src/LATEST_TAG.txt | tr -d '\n')
|
- IMAGE_TAG=$(cat /drone/src/LATEST_TAG.txt | tr -d '\n')
|
||||||
- echo "🚀 Starting container apps/homepage:$IMAGE_TAG ..."
|
- echo "🚀 Starting container apps/homepage:$IMAGE_TAG ..."
|
||||||
- docker run -d \
|
- |
|
||||||
|
docker run -d \
|
||||||
--name homepage \
|
--name homepage \
|
||||||
-p 3001:3000 \
|
-p 3001:3000 \
|
||||||
-e NODE_ENV=production \
|
-e NODE_ENV=production \
|
||||||
|
|||||||
Reference in New Issue
Block a user