lmgtfy/Dockerfile

4 lines
113 B
Docker
Raw Normal View History

2023-03-10 16:24:05 +00:00
FROM cr.gfx.cafe/open/swim/swim:v0.0.5
COPY dist dist
CMD ["swim", "-port","3333","-fs","dist","-name","lmgtfy"]