🎉 initial commit
This commit is contained in:
13
devices-worker/Dockerfile
Normal file
13
devices-worker/Dockerfile
Normal file
@@ -0,0 +1,13 @@
|
||||
FROM nickblah/lua:5.4-luarocks-alpine
|
||||
|
||||
RUN apk add --no-cache gcc musl-dev make libpq git curl procps linux-headers pkgconfig
|
||||
|
||||
RUN luarocks install lua-cjson
|
||||
RUN luarocks install luasocket
|
||||
RUN luarocks install pgmoon
|
||||
RUN luarocks install redis-lua
|
||||
|
||||
WORKDIR /app
|
||||
COPY . /app
|
||||
|
||||
CMD ["lua", "worker.lua"]
|
||||
Reference in New Issue
Block a user