fix: JSON fields handling for MariaDB
This commit is contained in:
21
dev/docker-mssql/Dockerfile
Normal file
21
dev/docker-mssql/Dockerfile
Normal file
@@ -0,0 +1,21 @@
|
||||
# -- DEV DOCKERFILE --
|
||||
# -- DO NOT USE IN PRODUCTION! --
|
||||
|
||||
FROM node:10-alpine
|
||||
LABEL maintainer "requarks.io"
|
||||
|
||||
RUN apk update && \
|
||||
apk add bash curl git python make g++ nano openssh gnupg --no-cache && \
|
||||
mkdir -p /wiki
|
||||
|
||||
WORKDIR /wiki
|
||||
COPY package.json .
|
||||
RUN yarn --silent
|
||||
COPY ./dev/docker-mssql/init.sh ./init.sh
|
||||
|
||||
ENV dockerdev 1
|
||||
ENV DEVDB mssql
|
||||
|
||||
EXPOSE 3000
|
||||
|
||||
CMD ["tail", "-f", "/dev/null"]
|
Reference in New Issue
Block a user