feat: integrate tailwind v4 and daisyui packages with local css build pipeline
This commit is contained in:
@@ -9,7 +9,8 @@ test("Dockerfile contains production container essentials", () => {
|
||||
assert.match(dockerfile, /FROM oven\/bun:1\.3\.5-alpine/);
|
||||
assert.match(dockerfile, /EXPOSE 3000/);
|
||||
assert.match(dockerfile, /STATE_FILE_PATH=\/data\/state\.json/);
|
||||
assert.match(dockerfile, /bun install --frozen-lockfile --production/);
|
||||
assert.match(dockerfile, /bun install --frozen-lockfile/);
|
||||
assert.match(dockerfile, /bun run build:css/);
|
||||
assert.match(dockerfile, /HEALTHCHECK/);
|
||||
assert.match(dockerfile, /CMD \["bun", "src\/server\.js"\]/);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user