last hotfix
This commit is contained in:
2
.github/workflows/deploy.yaml
vendored
2
.github/workflows/deploy.yaml
vendored
@@ -18,4 +18,4 @@ jobs:
|
||||
run: |
|
||||
docker stop ${{ github.event.repository.name }} || true
|
||||
docker rm ${{ github.event.repository.name }} || true
|
||||
docker run -d ${{ github.repository }} -p 3000:3000
|
||||
docker run -p 3000:3000 -d ${{ github.repository }}
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
FROM node:16.10.0
|
||||
WORKDIR /app
|
||||
COPY ./ ./
|
||||
CMD ["npm","install"]
|
||||
RUN npm install
|
||||
CMD ["npx","next","build"]
|
||||
CMD ["npx","next","start"]
|
||||
|
||||
Reference in New Issue
Block a user