forked from urdt/ussd
Compare commits
1 Commits
v0.1.0-bet
...
v0.1.1-bet
| Author | SHA1 | Date | |
|---|---|---|---|
|
7adc0c9c08
|
@@ -10,4 +10,4 @@
|
|||||||
!/LICENSE
|
!/LICENSE
|
||||||
!/README.md
|
!/README.md
|
||||||
!/go.*
|
!/go.*
|
||||||
!/.env
|
!/.env.example
|
||||||
@@ -33,7 +33,8 @@ COPY --from=build /build/ussd-africastalking .
|
|||||||
COPY --from=build /build/LICENSE .
|
COPY --from=build /build/LICENSE .
|
||||||
COPY --from=build /build/README.md .
|
COPY --from=build /build/README.md .
|
||||||
COPY --from=build /build/services ./services
|
COPY --from=build /build/services ./services
|
||||||
COPY --from=build /build/.env .
|
COPY --from=build /build/.env.example .
|
||||||
|
RUN mv .env.example .env
|
||||||
|
|
||||||
EXPOSE 7123
|
EXPOSE 7123
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user