FROM marcobreveglieri/paserver:latest
WORKDIR /app
COPY ./Linux64/Release/Delivery.Web ./
RUN chmod +x ./Delivery.Web
EXPOSE 8090
CMD ./Delivery.Web
