mirror of
https://github.com/status-im/dagger-contracts.git
synced 2025-01-15 09:05:04 +00:00
5 lines
92 B
Docker
5 lines
92 B
Docker
FROM node:18.16.0-alpine3.17
|
|
COPY . .
|
|
RUN ["npm", "install"]
|
|
CMD ["sh", "docker/deploy.sh"]
|