Browse Source

Updating docker image to expose a volume

master
Drew Short 4 years ago
parent
commit
a7cf488318
  1. 4
      Dockerfile
  2. 2
      pipeline.yml

4
Dockerfile

@ -8,7 +8,9 @@ ENV SDL_AUDIODRIVER="dummy" \
RENPY_DIR="/renpy" \
RENPY_VERSION=${RENPY_VERSION:-"7.3.5"}
RUN mkdir -p /tmp
RUN mkdir -p /tmp /project
VOLUME /project
RUN apt-get -y update \
&& apt-get -y --no-install-recommends install \

2
pipeline.yml

@ -28,3 +28,5 @@ jobs:
params:
build: git-resource
tag_file: git-resource/tag
tag_as_latest: true
get_params: {skip_download: true}
Loading…
Cancel
Save