fix pipeline
All checks were successful
Build and Deploy / build-and-deploy (push) Successful in 33s
All checks were successful
Build and Deploy / build-and-deploy (push) Successful in 33s
This commit is contained in:
@@ -21,4 +21,4 @@ jobs:
|
|||||||
docker build -t cachetdeco:latest .
|
docker build -t cachetdeco:latest .
|
||||||
docker stop cachetdeco 2>/dev/null || true
|
docker stop cachetdeco 2>/dev/null || true
|
||||||
docker rm cachetdeco 2>/dev/null || true
|
docker rm cachetdeco 2>/dev/null || true
|
||||||
docker run -d --name cachetdeco -p 30001:80 --restart unless-stopped cachetdeco:latest
|
docker run -d --name cachetdeco -p 30001:4321 --restart unless-stopped cachetdeco:latest
|
||||||
@@ -6,7 +6,5 @@ COPY . .
|
|||||||
RUN npm install
|
RUN npm install
|
||||||
RUN npm run build
|
RUN npm run build
|
||||||
|
|
||||||
ENV HOST=0.0.0.0
|
EXPOSE 4321
|
||||||
ENV PORT=80
|
|
||||||
EXPOSE 80
|
|
||||||
CMD ["node", "./dist/server/entry.mjs"]
|
CMD ["node", "./dist/server/entry.mjs"]
|
||||||
Reference in New Issue
Block a user