mirror of
https://github.com/status-im/codex-contracts-eth.git
synced 2025-02-07 22:23:41 +00:00
6 lines
109 B
Docker
6 lines
109 B
Docker
FROM node:18.16.0-alpine3.17
|
|
WORKDIR /usr/app
|
|
COPY . .
|
|
RUN ["npm", "install"]
|
|
CMD ["sh", "docker/deploy.sh"]
|