mirror of
https://github.com/Makopo/docker-opensimulator-simple.git
synced 2026-08-14 00:57:56 +00:00
invalidate cache after downloading layer
This commit is contained in:
+2
-2
@@ -1,8 +1,8 @@
|
||||
FROM mono:5.16
|
||||
|
||||
RUN curl http://dist.opensimulator.org/opensim-0.9.0.1.tar.gz -s | tar xzf -
|
||||
COPY Regions.ini /opensim-0.9.0.1/bin/Regions/
|
||||
COPY OpenSim.ini /opensim-0.9.0.1/bin/
|
||||
ADD Regions.ini /opensim-0.9.0.1/bin/Regions/
|
||||
ADD OpenSim.ini /opensim-0.9.0.1/bin/
|
||||
EXPOSE 9000
|
||||
WORKDIR /opensim-0.9.0.1/bin
|
||||
|
||||
|
||||
Reference in New Issue
Block a user