This website requires JavaScript.
Explore
Help
Sign In
sartography
/
spiff-arena
Watch
1
Star
0
Fork
0
You've already forked spiff-arena
mirror of
https://github.com/sartography/spiff-arena.git
synced
2025-01-13 11:05:56 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
spiff-arena
/
spiffworkflow-frontend
/
dev.Dockerfile
6 lines
82 B
Docker
Raw
Normal View
History
Unescape
Escape
docker compose overlay file for editable frontend container (#1092)
2024-02-22 19:31:55 -05:00
FROM
node:20.8.1-bookworm-slim AS base
WORKDIR
/app
Updates for using vite in the dev containers (#1413)
2024-04-17 14:04:07 -04:00
CMD
[
"npm"
,
"run"
,
"start"
]
Reference in New Issue
Copy Permalink