try this
This commit is contained in:
@@ -114,7 +114,7 @@ steps:
|
|||||||
- up -d
|
- up -d
|
||||||
volumes:
|
volumes:
|
||||||
- name: env
|
- name: env
|
||||||
path: /.env
|
path: ./.env
|
||||||
|
|
||||||
- name: Send Status Notifications
|
- name: Send Status Notifications
|
||||||
image: plugins/webhook
|
image: plugins/webhook
|
||||||
|
|||||||
@@ -1,3 +1,5 @@
|
|||||||
FROM node
|
FROM node
|
||||||
WORKDIR /
|
WORKDIR /
|
||||||
|
COPY . .
|
||||||
|
RUN yarn build
|
||||||
CMD ["node", "dist/lib/server/index.js"]
|
CMD ["node", "dist/lib/server/index.js"]
|
||||||
|
|||||||
Reference in New Issue
Block a user