Commit 31a02093 authored by 神楽坂玲奈's avatar 神楽坂玲奈

fix

parent 7c4d9fcc
...@@ -16,4 +16,8 @@ COPY magicseteditor/fonts /root/.fonts ...@@ -16,4 +16,8 @@ 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/
ENV DISPLAY=:0.0 ENV DISPLAY=:0.0
ENV WINEARCH=win32
ENV RACK_ENV=production
RUN wineboot -i
COPY magicseteditor/fonts /root/.wine/drive_c/windows/Fonts
CMD ["./entrypoint.sh"] CMD ["./entrypoint.sh"]
#!/bin/bash #!/bin/bash
Xvfb -screen 0 1x0x24 & Xvfb -screen 0 1x0x24 &
wineboot -i
ruby Server.rb ruby Server.rb
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