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