Compare commits

3 Commits

View File

@@ -6,7 +6,7 @@ RUN apk add --no-cache tzdata && \
COPY service-gateway /app/service-gateway COPY service-gateway /app/service-gateway
COPY config /app/config COPY config /app/config
RUN chmod 777 /app/service-gateway RUN chmod +x /app/service-gateway
WORKDIR /app WORKDIR /app
CMD ["./service-gateway"] CMD ["./service-gateway"]