lmgtfy/Dockerfile

4 lines
114 B
Docker
Raw Normal View History

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