Commit 0ef08124 authored by 神楽坂玲奈's avatar 神楽坂玲奈

clean

parent 31a02093
...@@ -11,9 +11,8 @@ COPY Gemfile /usr/src/app/ ...@@ -11,9 +11,8 @@ COPY Gemfile /usr/src/app/
COPY Gemfile.lock /usr/src/app/ COPY Gemfile.lock /usr/src/app/
RUN bundle install RUN bundle install
COPY . /usr/src/app COPY . /usr/src/app
COPY magicseteditor/fonts /root/.fonts
RUN cp -r /usr/src/app/ygopro-database/* /usr/src/app/ygopro-images-raw/ RUN cp -r /usr/src/app/ygopro-database/* /usr/src/app/ygopro-images-raw/ #TODO: implement in ruby
ENV DISPLAY=:0.0 ENV DISPLAY=:0.0
ENV WINEARCH=win32 ENV WINEARCH=win32
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment