mirror of
https://github.com/sablierapp/sablier.git
synced 2025-12-21 13:23:03 +01:00
feat: add docker classic support (#9)
Defaults with docker swarm support for retro compatibiliy. You can add --swarmMode=false to deactivate it. Closes #4
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
FROM golang:1.15.3-alpine AS build
|
||||
FROM golang:1.17-alpine AS build
|
||||
|
||||
ENV APP_NAME ondemand-service
|
||||
ENV PORT 10000
|
||||
|
||||
COPY . /go/src/ondemand-service
|
||||
|
||||
Reference in New Issue
Block a user