info about setting up windows using docker
This commit is contained in:
parent
c596d3ef79
commit
2785ffd329
10
.gitignore
vendored
10
.gitignore
vendored
@ -1,10 +1,10 @@
|
||||
|
||||
#compiled code
|
||||
#compiled code -- leave in for now
|
||||
|
||||
*.lcom
|
||||
*.LCOM
|
||||
*.dfasl
|
||||
*.DFASL
|
||||
# *.lcom
|
||||
# *.LCOM
|
||||
# *.dfasl
|
||||
# *.DFASL
|
||||
|
||||
# older versions
|
||||
|
||||
|
||||
5
Dockerfile
Normal file
5
Dockerfile
Normal file
@ -0,0 +1,5 @@
|
||||
FROM node:12-alpine
|
||||
WORKDIR /app
|
||||
COPY lde* /usr/locsl/bin
|
||||
RUN
|
||||
CMD lde -g 1000z800 -d host.internal full35.sysout
|
||||
Loading…
x
Reference in New Issue
Block a user