mirror of
https://github.com/status-im/codex-contracts-eth.git
synced 2025-03-03 17:40:48 +00:00
Sets workdir, adds readme
This commit is contained in:
parent
ff6eb147c6
commit
312a3eee55
@ -1,4 +1,5 @@
|
|||||||
FROM node:18.16.0-alpine3.17
|
FROM node:18.16.0-alpine3.17
|
||||||
|
WORKDIR /usr/app
|
||||||
COPY . .
|
COPY . .
|
||||||
RUN ["npm", "install"]
|
RUN ["npm", "install"]
|
||||||
CMD ["sh", "docker/deploy.sh"]
|
CMD ["sh", "docker/deploy.sh"]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user