diff --git a/Dockerfile b/Dockerfile index 9438a56..fe93673 100644 --- a/Dockerfile +++ b/Dockerfile @@ -25,7 +25,7 @@ RUN mkdir -p "/root/Steam/steamapps/common/Rollercoaster Tycoon 2" "/root/Steam/ FROM corysanin/openrct2-cli:develop-alpine AS rct2 -FROM node:alpine3.17 as build +FROM node:alpine3.18 as build WORKDIR /usr/src/screenshotter @@ -33,7 +33,7 @@ COPY ./package*json ./ RUN npm install -FROM node:alpine3.17 +FROM node:alpine3.18 EXPOSE 8080 diff --git a/README.md b/README.md index 410e00b..de4e3f0 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,6 @@ [![Docker Pulls](https://img.shields.io/docker/pulls/corysanin/rct-screenshotter)](https://hub.docker.com/r/corysanin/rct-screenshotter) [![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/CorySanin/rct-screenshotter/docker-image.yml)](https://github.com/CorySanin/rct-screenshotter/actions) -![Depfu](https://img.shields.io/depfu/dependencies/github/CorySanin/rct-screenshotter) [![GitHub repo size](https://img.shields.io/github/repo-size/CorySanin/rct-screenshotter)](https://github.com/CorySanin/rct-screenshotter) [![GitHub](https://img.shields.io/github/license/CorySanin/rct-screenshotter)](https://github.com/CorySanin/rct-screenshotter/blob/master/LICENSE) @@ -12,6 +11,8 @@ This project is intended to be used as a REST API for projects like [ffa-tycoon] It uses OpenRCT2 to generate screenshots, and as such is compatible with RCT1, RCT2, and OpenRCT2 save formats. +A demo is available [here](https://screenshot.ffa-tycoon.com/). Expect this free instance to perform slowly. + ## API Submit a multipart post request to /upload with the following fields: