2 lines
50 B
Docker
2 lines
50 B
Docker
FROM ubuntu:latest
|
|
ENTRYPOINT ["/app/api-server"]
|
FROM ubuntu:latest
|
|
ENTRYPOINT ["/app/api-server"]
|